
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {

	display:block;
	width:25px;
	height:84px;
	float:left;
	cursor:pointer;
	font-size:1px;
	border:0px solid #cd0000;


}

/* right */

a.right {margin:50px 0 0 26px;}



/* left */
a.left	{ margin:50px 26px 0 0 ; } 



/* disabled navigational button 
a.disabled {
	visibility:hidden !important;		
} 	
*/
