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

