/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:20px;
	height:40px;
	float:left;
	margin:40px 0px 0px 0px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background:url(/images/scroller_next.jpg) no-repeat; clear:right; margin-right: 0px;}

/* left */
a.left				{ background:url(/images/scroller_prev.jpg) no-repeat; margin-left: 0px; } 


