
/* define background image for the expose mask */
#mask {
	background:#123 url(../images/mask_gradient_1800.png) no-repeat;
	background-position:50% -200px;
}

/* general settings for both scrollables */
div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}
/*canvas{background-color:#FF0000;}*//*pour definir la couleur du reflection des images*/
/* next/prev buttons */
div.navi {
	background-image:url(../images/hori_large.png);
	width:30px;
	height:30px;
	float:left;
	/*margin-top:55px;*/
}

div.navi:hover  		{ background-position:-30px 0; }
div.navi:active  		{ background-position:-60px 0; }
div.prevPage 			{ float:left;position:relative;top:95px;right:19px; }
div.nextPage 			{ background-position: 0 -30px; float:right;clear:right;position:relative;bottom:105px;left:0px; }
div.prevPage:hover 	{ background-position:-30px 0px; }
div.prevPage:active 	{ background-position:-60px 0px; } 
div.nextPage:hover 	{ background-position:-30px -30px; }
div.nextPage:active 	{ background-position:-60px -30px; } 


div.navi.disabled {
	/*visibility:hidden;		*/
}


/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	/*width: 602px;*/	
	width: 620px;	/*modifier pour permettre aux 4 images de renter dedans*/
	height:140px;
	/*background:#222 url(../images/h150.png) repeat-x;*/
	margin:15px;
	/*border:2px solid #fff;
	outline:1px solid #333;*/
	-moz-outline-radius:4px;
}

#thumbnails div.items div {
	padding:5px;
	float:left;		
}
/*#thumbnails div.items img{
	padding:5px;
	float:left;	
	width:180px;	TAILLE FIXEE DYNAMIQUEMENT POUR AFFICHAGE DES 4 IMAGES
}*/
#thumbnails div.items a{
	padding:5px;
	float:left;	
	/*TAILLE FIXEE DYNAMIQUEMENT POUR AFFICHAGE DES 4 IMAGES*/
}
#thumbnails div.items a img{
	width:135px;	/*TAILLE FIXEE DYNAMIQUEMENT POUR AFFICHAGE DES 4 IMAGES*/
}

/* box styling */
#box {
	background-image:url(../images/overlay/black.png);
	width:656px;
	height:524px;
	position:absolute;
	display:none;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
#box div.close {
	background:none;
	position:absolute;
	left:8px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:50px;
	width:557px;
	height:400px;	
}

/* single image */
#images div.items div {
	float:left;
	width:557px;
	height:400px;
	margin-right:30px;
}

/* the tooltip */
#images div.items div.info {
	float:none;
	background:#333;
	color:#fff;
	font-size:13px;
	margin-top:-137px;
	padding:5px 75px;
	height:125px;
	display:none;
	width:490px;
}

#images div.items div.info h3 {
	color:#cde;
	margin-top:10px;
}
	

/* override button style on the overlay */
#box div.navi {
	position:absolute;
	bottom:33px;
	left:50px;
}

#box div.nextPage {
	left:580px;
}

