
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}
.scrollable2 {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../Images/Bouton_Slider.gif) no-repeat;
	display:block;
	width:20px;
	height:40px;
	float:left;
	margin:80px 0px;
	cursor:pointer;
	font-size:1px;
}

/* Bouton gauche */
a.left 				{ background-position: 0 -40px; clear:right; margin-right: 0px;}
a.left:hover 		{ background-position:-20px -40px; }

/* Bouton droit */
a.right				{ margin-left: 0px; } 
a.right:hover  		{ background-position:-20px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}