/* element parent */
.scrollable { 
	position:relative;float:left;width:603px;height:145px;overflow:hidden;
}
 
/* 
	element parent pour les element a defiler, il faut absolument un grande largeur
*/
#thumbs {	
	position:absolute;
	width:20000em;
	clear:both;
}
 
/* un element seul */
#thumbs .unit {
	position:relative;float:left;width:185px;height:121px;padding-left:8px;padding-right:7px;border-right:1px solid grey;
	color:black;
	cursor:pointer;
}
 #thumbs .unit a{color:black;text-decoration:none}
  #thumbs .unit a:hover{color:white;text-decoration:none}
/* style au survol */
#thumbs .unit.hover {
	background-color:#444;color:white;
}
 
 

 
/* styles à personnaliser selon votre contenu */
/*#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#fff;
}
 
#thumbs h3 {
	background:#353535 url(photosExemples/fond-h3.png) no-repeat;
	width:100%;
	padding:8px;
	padding-left:35px;
	margin-left:0px;
	margin-top:0px;
}
 
#thumbs h3 em {
	font-style:normal;
	color:#ffa800;
}
 */
div.prev {
	cursor:pointer;
	float:left;
}
div.next {
	cursor:pointer;
	float:left;
}