/* ----------------------------
	Emplacement des photos + descriptions
---------------------------- */

div.content
{
	display: none;
	float: right;
	width: 810px; 
}

div.content a, div.navigation a 
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	text-align: left;
}


div.content a:focus, div.content a:hover, div.content a:active 
{
	text-decoration: underline;
}

/* ------------------ */

div.controls 
{
	/*width: 150px; 
	height: 25px;*/
	
	margin: 5px 0px 0px 0px;
	float:left;
	
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	
	text-align: left;
	
	padding: 3px 10px 3px 10px;
}

div.controls a 
{
	background-color: #000000;
	color: #fff;
	
	padding: 3px 10px 3px 10px;
}

div.controls a:focus, div.controls a:hover, div.controls a:active 
{
	color: #cc3366;
}

div.ss-controls 
{
	float: left;
}

div.nav-controls 
{
	float: left;
}

/* ------------------------ */
/* Div de l'image au centre */

div.slideshow-container
{
	position: relative;
	/*clear: both;*/
	height: 502px; /* Hauteur à la quelle il y a controle et description en dessous de l'image */
}

div.loader
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('ajax-loader-3.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 810px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow
{

}

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

/* ------------------ */

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

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;
	border: 1px solid #ccc;
}

/* ------------------ */

div.download 
{
	float: right;
}

div.caption-container 
{
	position: relative;
	clear: left;
	width: 400px;
	/*height: 75px;*/
}

span.image-caption 
{
	display: block;
	position: absolute;
	width: 810px;
	top: 0;
	left: 0;
}

div.caption
{
	/*width: 350px;*/
	/*height: 25px;*/
	
	margin-top: 5px;
	
	float:right;
	/*padding: 12px;*/
}

div.image-title
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
}

div.image-desc
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* ----------------------------
	Emplacement de la navigations + thumbs
---------------------------- */

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: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

a.thumb
{
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}

ul.thumbs li.selected a.thumb
{
	background: #cc3366;
}

a.thumb:focus
{
	outline: none;
}

ul.thumbs img
{
	border: none;
	display: block;
}

/* ------------------ */

div.pagination
{
	clear: both;
}

div.navigation div.top
{
	margin-bottom: 12px;
	height: 11px;
}

div.navigation div.bottom
{
	margin-top: 12px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis
{
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
}

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

div.pagination span.current
{
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #cc3366;
}

div.pagination span.ellipsis
{
	border: none;
	padding: 5px 0 3px 2px;
}
