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

/* prev, next, prevPage and nextPage buttons */
div.browse {
	position: absolute;
	margin-left: 585px;
	margin-top: 45px;
	background:url(/images/plateau_oasis/classement-info-boutons.png) no-repeat;
	display:block;
	width:22px;
	height:43px;
	float:left;
	z-index: 500;
	cursor:pointer;
	font-size:1px;
	border: 0px solid;
}

/* right */
div.right 				{ background-position: 0px -43px; clear:right; margin-right: 0px;}
div.right:hover 		{ background-position:-23px -43px; }



/* left */
div.left				{ margin-left: 308px; }
div.left:hover  		{ background-position:-22px 0; }




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


