div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;  /*    */
	float: right;    
	width: 1500px;  /*800px    */ 
}


div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;  /*    */
}
div.controls {
	margin-top: 5px; /*  ne va pas position des lien pg préc suivant  */
	height: 23px; /*  ne va pas lien pg suivant  */
}
div.controls a {
	padding: 5px;  /*    */
}
div.ss-controls {
	float: left;  /*    */
}


div.nav-controls {
	position: absolute;   /*  position image préc suivant  */
	top: 670; /* 650 */
	margin-top: 25px;   /*    */
	margin-left: 520 ;
	text-align: center;
}

div.commentaire {
text-decoration: Underline;  
color: #FF6909B;
}



div.voter{
	position: absolute;   /*  position image préc suivant  */
	top: 730; /* 670 */
	margin-top: 10px;   /*    */
	margin-left: 0 ;
}


div.facebook {
	position: absolute;   /*  position image préc suivant  */
	top: 730; /* 666 */
	margin-top: 7px;   /*    */
	margin-left: 50 ;
}

div.google {
	position: absolute;   /*  position image préc suivant  */
	top: 736; /* 670 */
	margin-top: 0px;   /*    */
	margin-left: 116 ;
}



div#lienvers {
	position: absolute; /*  lien vers  */
	top: 745; /* 690 */
	/*left: 410;  */
      color: #888;
	#clear: both;
	color: #777;
	margin-left: 280 ;
	text-align: center;
	font-size: 95%;
}

div#pieddepage {
	position: absolute; /*  lien vers  */
	top: 790; /* 690 */
	color: #888;
	#clear: both;
	color: #777;
	margin-left: 71 ;
	text-align: center;
	font-size: 95%;
		}


div.slideshow-container {
	position: relative;  /*    */
	clear: both;  /*    */
	height: 0px;  /* 0    502px This should be set to be at least the height of the largest image in the slideshow */

}



div.loader {
	position: absolute;  /*    */
	top: 100;  /*    */
	left: 100;  /*    */
	background-image: url(loaderWhite.gif);/*    */
	background-repeat: no-repeat;  /*    */
	background-position: center;  /*    */
	width: 2500px;  /* 550   */
	height: 200px;  /* 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;
	align: center;
}

/* dédoublage double */
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: -5; /* -10 place de l'image princ en horizontale ori 0*/
}

div.slideshow a.advance-link {
padding: -0 ;/* -30 ITEM AJOUT2 PAR MOI */
	display: block;
	width: 1200px;/* 1550  */
	/*height: 0px; 1502  */
	line-height: 0px; /* 10 0 502  */
	text-align: center;
	position: relative;  /* nouveau   */
	align: center; /* nouveau   */
	width: 1500px;  /* nouveau   */
}
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;  /*    */
	height: 75px;  /*    */
}
span.image-caption {
	display: block;  /*    */
	position: absolute;  /*    */
	width: 1300px;  /* 550   */
	top: 526; 540 0 position pour la ligne de description */
	left: 10;/* 0 position pour la ligne de description */

}
div.caption {
	padding: 12px;  /*    */
}
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: 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: #000;  /*    */
}
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;  /*    */
}
div.pagination a:hover {
	background-color: #eee;  /*    */
	text-decoration: none;  /*    */
}
div.pagination span.current {
	font-weight: bold;  /*    */
	background-color: #000;  /*    */
	border-color: #000;  /*    */
	color: #fff;  /*    */
}
div.pagination span.ellipsis {
	border: none;  /*    */
	padding: 5px 0 3px 2px;  /*    */
}
