
#main5 {
#	width:800px;
	margin:0 auto;
}

#images {
	display:none;
	margin:0 24px;
#	float:left;	
#	width:800px;
}


.panel {
	margin:0 0 12px 0;
}

ul.exposureThumbs {
	background:#ffffff;
	border:0px solid #ffffff;
	border-right:none;
	padding:0;
	margin:0;
	list-style-type:none;
	height:80px;
}

ul.exposureThumbs li {
	background:#ffffff;
	margin:0 2px 0 0;
	padding:0;
	text-align:center;
	display:none;
	float:left;
}

ul.exposureThumbs li img {
	cursor:pointer;
}

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

.exposureTarget {
#	width:600px;
#	height:600px;
	background-color:#111;	
	background-image:url(res/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	padding:0;
	margin:0 auto;
	border:0px solid #333;
	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:30px;
	padding:7px;
#	background-image:url(res/veil.png);
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

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

.exposureSlideshowControls a {
	font-size:14px;
	color:#000000;
	text-decoration:none;
	outline:none;
	padding:2px 6px;
	display:inline;
}

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

.clear {
	clear:both;	
}

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

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

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