#AutoScrollContainer {
	position:absolute; 
	/*top:59px;*/ 
	/*left:572px;*/ 
	width:300px; 
	height:200px; 
	clip:rect(0,300,200,0); 
	overflow:hidden; 
	z-index:1; 
	visibility:visible; 
	background-color: #ffffff; 
	layer-background-color: #FFFFFF; 
	border: 1px solid #999999;
}

#AutoScrollContent {
	position:absolute;
	top:2px;
	left:0px;
	width:278px;
	visibility:visible;
	height: 186px;
}
