/**********/
/* SCROLL */
/**********/
.scrollable {
	height: 248px;
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
	width: 680px;
}
.scrollable .items {
	/* NE PAS MODIFIER */
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable div.divCarouselle{
	float:left;
}


/**************/
/* NAVIGATION */
/**************/
.navi {
	float: right;
	height: 20px;
	margin-right: 10px;
	margin-top: -44px;
	position: relative; 
	z-index: 9999;	
}
.navi a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(../images/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}
.navi a:hover {
	background-position:0 -8px;      
}
.navi a.active {
	background-position:0 -16px;     
}


/************/
/* BOUTONS */
/************/
a.browse {
	background:url(../images/scrollable/arrow/hori_large.png) no-repeat;
	cursor: pointer;
	display:block;
	font-size: 1px;
	height:30px;
	margin: -156px 10px;
	position: absolute;
	width:30px;
	z-index: 9999;
}
a.right { 
	background-position: 0 -30px; 
	float: right;
	margin-left: 642px;
}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 
a.left					{ margin-left: 10px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
a.up, a.down		{ 
	background:url(../images/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }
a.down 					{ background-position: 0 -30px; }
a.down:hover  	{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 
a.disabled 			{ visibility:hidden !important;} 