div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	float: right;
	background-color:#FFF
}


div.controls {
	position: relative;
}
div.controls a.prev {
	padding: 0 10px 0 0;
}
div.controls a.next {
	padding: 0px;
}
div.ss-controls {
	float: right;
}
div.nav-controls {
	float: left;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	color: #FFF;
	line-height: 500px;
}
div.loader {
	position: relative;
	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 480px;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	height: 500px;
	line-height: 500px;
}


div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0

}
div.slideshow a.advance-link {
	display: block;
	width: 480px;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	text-decoration: none;

}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align:middle;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	height:30px;
}
span.image-caption {
	display: block;
	position: absolute;
	bottom: 0;
}
div.caption {
	width: 480px;
	position: relative;
	text-transform: uppercase;
	margin-top: 0px;
	letter-spacing: 0.08em;
	color: #553447;
	font-size:68.75%;
	text-align:center;
	padding-bottom: 15px;
}
div.caption ul {
	margin:0;
	padding:0;}
div.caption li {
	padding:0;
	display:inline;
	list-style:none;
	margin:0 5px;
	line-height: 1.6;
}
div.caption a {
	color: #000;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 0;
	border: none;
	height: 86px;
	width: 86px;
	background: no-repeat;
	vertical-align:bottom;
	margin:0 15px 15px 0px;
	float: left;
}
ul.thumbs li.selected a.thumb {

}
ul.thumbs li.selected a.thumb img {
		background-image:url(../images/icones_vide_s.gif);
		background-repeat:no-repeat;

}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	margin:0;

}
ul.thumbs img:hover {
	background:url(../images/icones_vide_o.gif) no-repeat;

}
div.pagination {	
	clear: both;
	text-align: center;
	width:428px;
		height: 21px;
		background-image: url(../images/icones_menu_fond.gif);
background-repeat: repeat-x;
background-position: top;
text-transform:uppercase;
border: 1px solid #dcdcdc;
border-bottom:none;
padding-top:4px;


}
div.navigation div.top {
	margin-bottom: 12px;
	
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {

	margin: 0 5px;
	font-size:75%;
	color: #a3939c;

}
div.pagination a:hover {
color: #f7941d;
	text-decoration: none;
	background:none;
}

div.pagination a[title="XX"] { 
display:none;
}
div.pagination span.current {
	font-weight: bold;
	color: #000;
}
div.pagination span.ellipsis {
	border: none;
}
#captionToggle a {
	float: right;
	display: block;
	background-image: url('caption.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}
