
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
	border-bottom: 1px solid #4f4f4f;
	padding-bottom: 10px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(./../i/2/arrowsHomeList.png) no-repeat;
	display: block;
	height: 30px;
	margin: 0;
	position: absolute;
	width: 30px;	
	cursor: pointer;
}

/* right */
a.right 			
{ 
	position: absolute;
	display:block;
	background-position: -30px 0px;
	z-index:100;
	top:60px;
	left:610px;
}
a.right:hover 		{ background-position: -30px -30px; }



/* left */
a.left				
{ 
	position: absolute;
	display:block;
	z-index:100;
	top:60px;
	left:-10px;
}

a.left:hover  		{ background-position: 0 -30px;}
