@CHARSET "UTF-8";

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

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

/* right */

a.right 		
{ 
	background:url(../gfx/navi/right.png) no-repeat;
	background-position: 0 -18px; 
	clear:right;
	position:relative;
	left:40px;
}
a.right:hover 		{ background-position:0 0px; }
a.right:active 	{ background-position:0px -18px; } 


/* left */
a.left				
{ 
	margin-left: 11px;
	background-position: 0 -18px; 
	clear:left; 
	position:relative;
	right:-40px;

} 
a.left:hover  		{ background-position:0 0px; }
a.left:active  	{ background-position:0 -18px; }



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

