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

/* prev, next, prevPage and nextPage buttons */
img.browse {
	background: #666666;
	display:block;
	width:16px;
	height:16px;
	float:left;
	margin:75px 5px 0px 5px;
	cursor:pointer;
	font-size:1px;
	
}

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


