
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/left_arrow_btn.gif) no-repeat;
	display:block;
	width:31px;
	height:31px;
	float:left;
	margin:60px 15px 0px 10px;
	cursor:pointer;
	font-size:1px;
		
}


a.browse2 {
	background:url(../images/right_arrow_btn.gif) no-repeat;
	display:block;
	width:31px;
	height:31px;
	float:left;
	margin:60px 0px 0 15px;
	cursor:pointer;
	font-size:1px;
	
}


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

