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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../habillage/buttons.png) no-repeat;
	display:block;
	width:31px;
	height:172px;
	cursor:pointer;
	font-size:1px;
	float:left;
}


.iuRL{
	float: right;
	width: 154px;
	height: 92px;
	position:relative;
	top:-242px;
	left:265px; 
}

/* right */
a.right 				{position:relative;top:0x;left:0px; background-position: -155px 0px; }
a.right:hover 		{ background-position:-93px 0px; }
a.right:active 	{ background-position:-93px 0px; } 


/* left */
a.left				{ position:relative;top:0px;left:0px;margin-left: 0px; background-position: -124px 0px; } 
a.left:hover  		{ background-position:-62px 0px; }
a.left:active  	{ background-position:-62px 0px; }

/* up and down */
a.up, a.down		{ 
	background:url(../habillage/buttons.jpg) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	/*visibility:hidden !important;	*/
	/*background-position: 0px 0px;*/
} 	

