#images { display:none; }
.panel { margin: 10px auto 10px auto; }
ul.exposureThumbs {
	position: relative;
	overflow: hidden;
	margin: 0 20px 0 20px;
	padding: 10px 0 10px 0;
	list-style-type:none;
	//height:79px;
}
ul.exposureThumbs li {
	margin:0 12px 0 0;
	padding:0;
	text-align:center;
	display:none;
	float:left;
}
ul.exposureThumbs li img {
	cursor:pointer;
	border: 3px solid #a07e2e;
}
ul.exposureThumbs li.last { margin:0; }

.exposureTarget {
	width:900px;
	height:600px;
	background-color:#111;	
	background-image:url(loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	margin: 10px auto 10px auto;
	border: 3px solid #a07e2e;
	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:-2000px;
	height:60px;
	padding:7px;
	background-image:url(veil.png);
	color:#fff;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	display:none;
}

/* In this demo we are using thumbs with fixed size */
ul.exposureThumbs li {
	width:110px;
	height:79px;
}

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

.exposureSlideshowControls a {
	float:right;
	margin-top: 10px;
	margin-right: 10px;
}

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

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover,
.exposureControls a:active,
.exposureControls a:hover {
	background-color:#a07e2e;
	color:#FFF;
}

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

.clear {
	clear:both;	
}

p.info {
	margin:40px auto;
	text-align:center;	
	width:600px;
}

p.info a {
	color:#006fc0;	
}

p.info a:hover, p.info a:active {
	color:#0084e7;	
}
