#images {
	display:none;
}

.panel {
	float:left;
	width: 100%;
}

ul.exposureThumbs {
	width: 260px;
	float:right;
	padding:0;
	margin:0;
	list-style-type:none;
}

ul.exposureThumbs li {
	margin:5px;
	padding:0;
	text-align:center;
	display:none;
}

ul.exposureThumbs li img {
	cursor:pointer;
}

ul.exposureThumbs li.last {
	margin:0;
}

.exposureTarget {
	width:900px !important;
	height:600px;
	background-color:#f5f5f5;
	background-image:url(res/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	padding:0;
	margin:0;
	position:relative;
	text-align: center;
	margin-bottom: 55px !important;
}

.exposureWrapper {
	position:absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
}

.exposureWrapper img {
	cursor:pointer;
	/*position:absolute;
	top:0;
	left:0;*/
	width: 100% !important;
	height: auto !important;
}

.exposureLoaded {
	background-image:none;
}

.exposureTarget:hover .exposureData {bottom:-60px !important;}
.exposureData {
	position:absolute;
 	left:0;
 	right:0;
 	bottom:-60px !important;
	height:60px;
	padding:7px;
	background-color: #fff;
	/*background-image:url(res/veil.png);*/
	font-size:20px;
	font-weight:bold;
}

/* In this demo we are using thumbs with fixed size */
ul.exposureThumbs li {
	width:120px;
	height:80px;
	float: left;
	overflow: hidden;
}

ul.exposureThumbs li img {
	width: 100%;
	height: 100%;
}

.exposureControls {
	display: inline-block;
	width: 260px;
	float:right;
	margin-top: 20px;
}

.exposureSlideshowControls a,
.exposureControls span,
.exposureControls a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	padding:8px;
	background-color:#555;
	display:block;
	float:left;
}

.exposureSlideshowControls a {
	float:right;
}

.exposureSlideshowControls a,
.exposureControls a {
	color:#ccc;
	text-decoration:none;
	outline:none;
}

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover,
.exposureControls a:active,
.exposureControls a:hover {
	background-color:#444;
	color:#ddd;
}

.exposurePaging .active {
	color:#fff;
	background-color:#111;
}

.clear {
	clear:both;
}
