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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:18px;
	height:18px;
	float:left;
	margin:46px 34px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background:url(../images/right.png) no-repeat; clear:right; margin-left: 0px;}
a.right:hover 		{ background-position:0 -18px; }


/* left */
a.left				{ background:url(../images/left.png) no-repeat; margin-right: 0px; }
a.left:hover  		{ background-position:0 -18px; }


