div.scrollable { position:relative; overflow:hidden; width: 249px; height:150px; }
#thumbs { position:absolute; width:20000em; clear:both; border:0px solid #222; }
a.prev, a.next { margin-top:50px;	}
#thumbs div {	float:left; width:78px; height:124px; padding: 2px 2px 2px 2px;	cursor:pointer; }
/*#thumbs div.hover { background-color:#444;	}*/
#thumbs a { float:left; display:block; padding: 2px 2px 2px 2px; /*padding-right:5px; padding-bottom:5px;*/ width:78px; height:58px; }
#thumbs a:hover { float:left; display:block; padding: 2px 2px 2px 2px; /*padding-right:5px; padding-bottom:5px;*/ width:78px; height:58px; background-color:#F90; }
/*#thumbs div.active { background-color:#066; cursor:default; }*/

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.prevPage {
	display:block;
	width: 28px;
	height:27px;
	background:url(../images/video_fleche_gauche.gif) no-repeat;
	float:left;
	margin-left: 25px;
	cursor:pointer;
	font-size:1px;
}

a.next, a.nextPage {
	display:block;
	width: 28px;
	height:27px;
	background:url(../images/video_fleche_droit.gif) no-repeat;
	float:left;
	margin-left: 2px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.prevPage:hover {
	background-position:0px -27px;		
}
/* mouseover state */
a.next:hover, a.nextPage:hover {
	background-position:0px -27px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/video_fleche_droit.gif);
	clear:right;	
}

/*********** navigator ***********/
/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}

/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 
