#images {
	display:none;	
}
.gallery {
	background:#fff;
	position:relative;
}

#images li{
	width:75px;
	height:75px;
	float:left;
	display:block;
	margin-left:10px;
}

.panel {
	float:left;	
}
ul.exposureThumbs {
	background:#fff;
	border:12px solid #fff;
	border-right:none;
	padding:0;
	margin:0;
	list-style-type:none;
	width:280px;
}

ul.exposureThumbs li {
	margin:0 0 12px 0;
	padding:0;
	text-align:center;
	display:none;
	width:100px;
	height:79px;
	overflow:hidden;
}

ul.exposureThumbs li img {
	cursor:pointer;
}

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

.exposureTarget {
	width:705px !important;
	height:600px;
	background-color:#ffffff;	
	background-image:url(../scripts/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;	
	padding:0;
	margin:0;
	border:12px solid #fff;
	position:relative;
	overflow:hidden; 
}

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

.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}

.exposureLoaded {
	background-image:none;	
}

.exposureData {
	position:absolute;
 	left:0;
 	right:0;
 	bottom:0;
	height:60px;
	padding:7px;
	background-image:url(../scripts/veil.png);
	color:#fff;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
}

/* In this demo we are using thumbs with fixed size */
.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;	
}

#controls {
	position:absolute;
	width:300px;
	left:0;
	bottom:0 !important;
}

.clear {
	clear:both;	
}
