#diaporama{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 350;
	text-align: center;
	line-height: 0;
	vertical-align:top;

	
	

	}

#diaporama a img{ border: none; }

#outerImageContainer_dia{
	position: relative;
	background-color: #fff;
	width: 700px;
	height: 500px;
	margin: 0 auto;
	background-color:#FFFFFF;
	}

#imageContainer_dia{
	padding: 0px;
	height:0px;



	}
	


#loading_dia{
	position: absolute;
	top: 30%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav_dia{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;


	}
#imageContainer_dia>#hoverNav_dia{ left: 0;}
#hoverNav_dia a{ outline: none;}

#prevLink_dia, #nextLink_dia{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	
	}
#prevLink_dia { left: 0; float: left; background: url(../images/fleche_gauche_58x46.gif) left 44% no-repeat; filter:alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity: 0.2; opacity: 0.2; }
#nextLink_dia { right: 0; float: right; background: url(../images/fleche_droite_58x46.gif) right 44% no-repeat; filter:alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity: 0.2; opacity: 0.2; }
#prevLink_dia:hover, #prevLink_dia:visited:hover { background: url(../images/fleche_gauche_58x46.gif) left 44% no-repeat; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; }
#nextLink_dia:hover, #nextLink_dia:visited:hover { background: url(../images/fleche_droite_58x46.gif) right 44% no-repeat; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;  }



#imageDataContainer_dia{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	vertical-align:top;
	z-index:0;
	width:710px;


	
	}

#imageData_dia{
	padding-top:0px;
	vertical-align:top;
		z-index:0;
		


	}

#imageData_dia #imageDetails_dia{ padding-top:5px;  padding-left:35px; float: left; text-align: left;   }	
#imageData_dia #caption1_dia{ font-weight: bold; 	}
#imageData_dia #numberDisplay_dia{ display: block; clear: left; padding-bottom: 1.0em;visibility: hidden;display: none;	}			
#imageData_dia #bottomNavClose_dia{ padding-top:5px;  vertical-align:top;  width:35; float:right;    	}	
		
#overlay_dia{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=100);
	-moz-opacity: 100;
	opacity: 100;
	
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 700px;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
