/* prev, next, prevPage and nextPage buttons */
div.scrollable {
	float:left;	
}
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:36px;
	height:36px;
	background:url(/image/jquery//scroller/slider-arrow-left.png) no-repeat;
	float:left;
	margin:20px 10px;
	cursor:pointer;
	font-size:1px !important;	
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	/*background-position:0px -36px;*/		
}

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

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(/image/jquery/scroller/slider-arrow-right.png);
	clear:right;	
}
