.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:19px;
	height:19px;
	float:left;
	margin:6px 0px;
	cursor:pointer;
	font-size:1px;
}


/* right */
a.right 		{background:url(../images/next.gif) 0 0 no-repeat; margin-left: 190px; margin-top:-25px; z-index:1000000;}
a.right:hover 	{  background:url(../images/next.gif) 0 0 no-repeat;}
a.right:active 	{  background:url(../images/next.gif) 0 0 no-repeat;} 


/* left */
a.left			{ background:url(../images/prev.gif) 0 0 no-repeat; margin-left:7px; margin-top:-2px; } 
a.left:hover  	{background:url(../images/prev.gif) 0 0 no-repeat; }
a.left:active  	{ background:url(../images/prev.gif) 0 0 no-repeat; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


