@charset "utf-8"; 
.txtScroll{
	height:120px;
	overflow:hidden;
	position:relative;
}
.txtScroll ul{
	top:0;
	left:0;
	position:absolute;
}