/* this makes it possible to add next button beside scrollable */
.scrollable {float:left;}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../imgs/btn-horiz.gif) no-repeat;
	display:block;
	width:23px;
	height:55px;
	float:left;
	cursor:pointer;
	font-size:1px;
}
/* right */
a.right{ background-position: 0 -55px; clear:right; margin:102px 0 0 10px;}
/* left */
a.left{ margin:130px 10px 0 0;}
/* disabled navigational button */
a.disabled {visibility:hidden !important;}
