.scrollable {
	float:left;
	height: 85px;
	width: 661px;
}
a.browse {
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	font-size:1px;
	background-image: url(hori_large.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 45px;
	margin-left: 10px;
}
a.right 				{
	background-position: -60px -30px;
	clear:right;
	margin-right: 10px;
}
a.right:hover 		{ background-position: -30px -30px; }
a.right:active 	{ background-position: -60px -30px; } 
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
a.up, a.down		{
	float: none;
	margin: 10px 50px;
	background-image: url(vert_large.png);
	background-repeat: no-repeat;
}
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 
a.disabled {
	visibility:hidden !important;		
}

