/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:24px;
	height:28px;
	float:left;
	margin:70px 3px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background: url(/design/img/ico_arr_R.jpg) no-repeat; clear:right; margin-right: 0px;}


/* left */
a.left				{ background: url(/design/img/ico_arr_L.jpg) no-repeat; margin-left: 0px; } 



/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

