
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/btn-scrollthumbs.png) no-repeat;
	display:block;
	width:27px;
	height:33px;
	float:left;
	margin:40px 0px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: -27px 0px; clear:right; margin-right:0; margin-left:10px;}
a.right:hover 		{ background-position:-27px -33px; }
a.right:active 	{ background-position:-27px -33px; } 


/* left */
a.left				{ margin-left:0; margin-right:10px;} 
a.left:hover  		{ background-position:0px -33px; }
a.left:active  	{ background-position:0px -33px; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
