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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	margin:2px 0px;
	cursor:pointer;
	background-color:#ffff00;
	padding:2px 6px;
}


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

