/**************************************************************************************************************/
/*Thumblist JAVASCRIPT*/
/* Toute la div */
#thumbList {
	
}

/* cadrre des miniature au millieux */
#slider {
	overflow: hidden;
	position: relative;
	width: 450px;
	height: 58px;
	background-color: rgb(221, 221, 221);
}

/* Bouton droit */
#slider .slideDroit {
	position: absolute;
	z-index: 2;
	width: 32px;
	height: 58px;
	background-color: #ffffff;
	text-align: center;
	left: 0px;
	vertical-align:middle;
}

/* Bouton Gauche */
#slider .slideGauche {
	position: absolute;
	z-index: 2;
	width: 32px;
	height: 58px;
	background-color: #ffffff;
	text-align: center;	
	left: 418px;
}


#listThumb {
	position: absolute;
	z-index: 1;
}

#listThumb .thumb {
	/*float:left;*/
	display:inline;
}

#listThumb .thumb img {
	border:0px;	
	width:70px;
	height:52px;

}

#listThumb .thumb a {
	text-decoration:none
}

/*FIN Thumblist JAVASCRIPT*/
/**************************************************************************************************************/

