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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url('/afbeeldingen/pijllinks.png') no-repeat;
	display:block;
	width:53px;
	height:59px;
	float:left;
	margin: 30px 10px;
	cursor:pointer;
	font-size:1px;
}

a.left
{
	background:url('/afbeeldingen/pijllinks.png') no-repeat;
}

a.right
{
	background:url('/afbeeldingen/pijlrechts.png') no-repeat;
}



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

