
		
/* JS Scroll box */

#scrollBox 
{
	overflow:hidden;
	text-align: left;
	width:95%;
	*width:100%;
	_width:100%;
	height:100px;
	position: relative;
	text-align:center;
	top:35px;
	left:10px;
	
	

	*margin-left:-20px;
		_margin-left:-20px;

}

#arrows 
{
	width:13px;
	position:absolute;
	top: 3px;
	right:0px;
	
}

#scroller 
{
	overflow:visible;
	position:relative;
	text-align:left;
	width:200px;
	height:6850px;

}		
#arrows {
position:absolute;
right:13px;
top:6px;
width:13px;
}