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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:21px;
	height:50px;
	float:left;
	cursor:pointer;
	font-size:0;
	line-height:0;
}

/* right */
a.right 				{background:url(../img/g_r.gif) no-repeat;}
a.right:hover 		{}
a.right:active 	{} 


/* left */
a.left				{background:url(../img/g_l.gif) no-repeat;} 
a.left:hover  {}
a.left:active  	{}




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


