
.box1 {
padding-left:2px;

	margin-left:2px;
}
.winBox {
	width:100%;
	height:40px;
	overflow:hidden;
	position:relative;
	/*background:#eee;*/
}
.scroll {
	/*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
			/*width:1500px;*/
	position:absolute;
	left:0px;
	top:0px;
}
.scroll li {
	width:150px;
	float:left;
	line-height:40px;
	text-align:center;	
}

.scroll li a {
	
font-color:#000;
}
