
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:18px;
	height:18px;
	float:left;
	margin:8px 0px 0px 0px;
	cursor:pointer;
	border: #FF0000 solid 0px;
}

/* right */
a.right { background: url(images/right.png) no-repeat; clear:right; margin-right: 0px;}
a.right:hover {  }
a.right:active 	{  } 


/* left */
a.left { background: url(images/left.png) no-repeat; margin-left: 0px; } 
a.left:hover  		{  }
a.left:active  	{  }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


