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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url('/rsc/img/arrows.png');
	display:block;
	width:114px;
	height:115px;
	float:left;
	margin:80px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position:115px -1px; clear:right; margin-right: 0px;}
a.right:hover 		{background-position:-117px -1px;  }
a.right:active 	{ background-position:-117px -1px; } 


/* left */
a.left				{ background-position:231px -1px;  margin-left: 0px; } 
a.left:hover  		{ background-position:-1px -1px; }
a.left:active  	{ background-position:-1px -1px; }


