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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background-color:white;
	display:block;
	width:25px;
	height:100px;
	float:left;
	margin:2px 4px 2px 2px;
	cursor:pointer;

}

/* right */
a.right{ 
background:url(../site_images/right_ren.png) no-repeat;
}



/* left */
a.left{ 
background:url(../site_images/left_ren2.png) no-repeat;
}

/* disabled navigational button */
a.disabled {
	background:url(../site_images/white_ren.png) no-repeat;		
} 
