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