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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large2.png) no-repeat!important;
	display:block!important;
	width:30px!important;
	height:30px!important;
	float:left!important;
	margin:85px 10px 0 8px!important;
	cursor:pointer!important;
	font-size:1px!important;
}

/* right */
a.right 				{ background-position: 0 -30px!important; clear:right!important; margin-right: -8px!important;}
a.right:hover 		{ background-position:-30px -30px!important; }
a.right:active 	{ background-position:-60px -30px!important; } 


/* left */
a.left				{ margin-left: 8px!important; } 
a.left:hover  		{ background-position:-30px 0!important; }
a.left:active  	{ background-position:-60px 0!important; }

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

