/* this makes it possible to add next button beside scrollable */

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:13px;
	height:21px;
	float:left;
	margin:25px 0 0 0;
	cursor:pointer;
	font-size:1px;
	position:relative;
	z-index:999;
}

/* right */
a.right 				{ background-image:url(../images/horry-but-right.gif); margin-right:-18px; float:right;}

/* left */
a.left				{ background-image:url(../images/horry-but-left.gif); margin-left:-18px; float:left; } 

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

