
/* this makes it possible to add next button beside scrollable */
.scrollable {	float:left;	 width:610px; height:180px; }


/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:40px;
	height:40px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

a.right 		    { background-position: 0px; background:url("../img/glossaire_flc_droite.gif") no-repeat; }
a.left				{ background:url("../img/glossaire_flc_gche.gif") no-repeat;} 



/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

