/* Diaporama */
	
	#photosDiapo {
	position:relative;
	width:590px;
	padding: 5px;
	background-color: #E2E1E3;
	border: 1px solid #FFFFFF;
	height: 145px;
	}
	
	#gallery-content {
	width:590px;
	overflow:hidden;
	position:relative;
	z-index:1;
	height: 153px;
	margin-top: 0px;
	/*margin-right: 24px;*/
	margin-bottom: 0px;
	/*margin-left: 24px;*/
	}
	#gallery-content ul {
	width:1000%;
	position:absolute;
	left:1px;
	top:-2px;
	margin-right: 10px;
	margin-left: 10px;
	}
	#gallery-content li {
	float:left;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
	list-style:none;
	}
		
	#galleryDiapo #prev,
	#galleryDiapo #next {
	width:24px;
	height:145px;
	cursor:pointer;
	z-index:1000;
	text-indent: -9999px;
	overflow:hidden;
	}
	#galleryDiapo #prev {
	left:5px;
	top: 5px;
	position: absolute;
	background-image: url(/images/interface/prev.jpg);
	height:145px;
	}
	#galleryDiapo #prev:hover {
	background-image: url(/images/interface/prev-on.jpg);
	}
	#galleryDiapo #next {
	right:5px;
	top:5px;
	position: absolute;
	background-image: url(/images/interface/next.jpg);
	height:145px;
	}
	#galleryDiapo #next:hover {
	background-image: url(/images/interface/next-on.jpg);
	}
	
/**/
