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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/arrow-mov.png) no-repeat;
	display:block;
	width:35px;
	height:37px;
	float:right;
	margin:70px 5px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: -36px 0; margin-left: 16px;}
a.right:hover 		{ background-position:-36px 0; }
a.right:active 	{ background-position:-36px 0; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:0 0; }
a.left:active  	{ background-position:0 0; }


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