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

/* prev, next, prevPage and nextPage buttons */
a.next, a.nextPage {
	display:block;
	width:36px;
	height:35px;
	background:url(../../imgs/site/left.png) no-repeat;
	float:left;
	margin:13px 10px;
	cursor:pointer;
	font-size:1px;
}

a.prev, a.prevPage {
	display:block;
	width:69px;
	height:35px;
	background:url(../../imgs/site/left.png) no-repeat;
	float:left;
	margin:13px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */


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

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../../imgs/site/right.png);
	clear:right;	
}
