.scrollable {
	float:left;	
}

a.browse {
	background:url('../layout/btn_arrow.png') no-repeat;
	display:block;
	width:14px;
	height:28px;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin-top:40px;
}

a.left { background-position:0 0; margin-left: 0px; } 
a.right { background-position:0 -28px; clear:right; margin-right: 0px;}

a.disabled {
	visibility:hidden !important;		
} 	


