/* Imported CSS file */

div.scroller
{
	overflow: hidden;
} 

div.scrollup,
div.scrolldn,
div.scrolllt,
div.scrollrt 
{ 
	positionvisibility: visible; 
	display: block;
	cursor: hand 
}

div#ar-l{
	position			: absolute;
	top					: 274px;
	left				: 0px;
	width				: 20px;
	height				: 211px;
	z-index				: 30;
}
div#ar-r{
	position			: absolute;
	top					: 274px;
	right				: 350px;
	width				: 20px;
	height				: 211px;
	z-index				: 30;
}