/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(hori_large.png) no-repeat;
	display:block;
	width:9px;
	height:29px;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin-top:70px;
}

/* right */
a.right 				{ background-position: 0 -29px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-9px -29px; }
a.right:active 	{ background-position:-27px -29px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-9px 0; }
a.left:active  	{ background-position:-27px 0; }

