h1 {
	letter-spacing:3px;
	text-transform:uppercase;
	font-size:1.2em;
	margin:10px 0;
}

#images {
	display:none;	
}

.panel {
	float:right;
	
}

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

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

ul.exposureThumbs li img {
	cursor:pointer;
	width:180px;
	height:95px;
}

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

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

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

.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	height:380px;
	width:800px;
}

.exposureLoaded {
	background-image:none;	
}

.exposureData {
	position:absolute;
 	left:0;
 	right:0;
 	bottom:-2000px;
	height:60px;
	padding:7px;
	background-image:url(../res/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:150px;
	height:95px !important;
	
}

.exposureSlideshowControls a,
.exposureControls span,
.exposureControls a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	padding-top:4px;
	display:block;
	float:left;
	
}

.exposureSlideshowControls a {
	float:right;	
	
}

.exposureSlideshowControls a,
.exposureControls a {
	color:#fff;
	
	text-decoration:none;
	outline:none;
	background-image:url(../images/pasif.png);
	background-repeat:no-repeat;
	width:24px;
	height:20px;
}

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover,
.exposureControls a:active,
.exposureControls a:hover {
	color:#f;
}

.exposurePaging .active {
	color:#fff;
	background-image:url(../images/active.png);
	background-repeat:no-repeat;
	width:24px;
	height:20px;	
	
}

.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;	
}
.current{
	
	width:180px !important;
	
	}