.Container {
	
	float:left;
	position: relative;
	height: 188px;

}

.Scroller-Container {
	position: relative;
	width:580px;
	height:188px;
	line-height:24px;

	
	padding-left:7px;
}

#Scroller-1 {
	overflow: hidden;
	position: absolute;
	height:188px;
	
	left: -1px;
}




.Scrollbar-Track {

	width: 8px;
	height: 180px;
	background:url(../images/ss_52.jpg);
	
}

#Scrollbar-Container {
	position: relative;
	right: 18px;
	width: 4px;
	height: 5px;
	
	
}

.Scrollbar-Handle {
	width: 8px;
	height:30px;
	position: absolute;
	left:2px;
	
	
}

