#container {
	margin: 0px 0px 0px 0px;

    padding: 0px 0px 0px 0px;

	border: none; 

	background-color: white;

	width: 767px;

	height: 160px;
  
	left: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;	
	clear: both;	
	float: left;
	overflow:hidden;
}

#content {
	position:absolute;
	height: auto;
	top:0px;
	left: 0px;  
	float: left;      

}

#scrollArea {
	top: 408px;
	left: 742px;
	border: 1px solid #778653;
	position	: absolute;
	height		: 350px;
	width		: 12px;
	overflow	: hidden;
	background : #cccccc;
    z-index:4800;
}

#scroller {    
	height: 20px;
	position: 	relative;
	width		: 12px;
	background	: #eeeeee;
	border-top	: 1px solid #778653;
	border-bottom	: 1px solid #778653;
    z-index:5000;
}

span.scroller {
      position:absolute;      
}