#images {
	display:none;
}

.panel {
	width:215px;
	float:right;
}

ul.exposureThumbs {
	border-right:none;
	padding:0;
	margin:0;
	list-style-type:none;
}

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

ul.exposureThumbs li img {
	cursor:pointer;
	border: 10px solid #FFF;
}

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

.exposureTarget{
	padding:10px;
	width:800px;
	height:600px;
	background:#FFF;
	background-image:url(../_img/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;	
	margin:0;
	position:relative;
	overflow:hidden; 
}

.exposureWrapper {
	position:absolute; 
	top:10px; 
	left:10px;
}

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

.exposureLoaded {
	background-image:none;	
}

.exposureData h1{color:#F2C124; font-size:24px; font-weight:normal;}
.exposureData {
	position:absolute;
	right:10px;
	left:10px;
	bottom:10px;
	padding:3px 10px 10px 20px;
	background:url(../_img/negro60.png) repeat 0 0;
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	font-weight:normal;
}

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

.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;	
}

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;	
}
