.rollBox {
	width:1170px;
	overflow:hidden;
	position:relative;
	
}
.rollBox .LeftBotton {
	height:70px;
	width:30px;
	background:url(../images/sellico.png) no-repeat 0 0;
	overflow:hidden;
	z-index:100;
	position:absolute;
	left:0;
	top:100px;
	opacity: 0.4;
}
.rollBox .RightBotton {
	height:70px;
	width:30px;
	background:url(../images/sellico.png) no-repeat -30px 0;
	position:absolute;
	right:0;
	z-index:100;
	top:100px;
	opacity: 0.4;
}
.rollBox .Cont {
	width:1170px;
	overflow:hidden;
	float:left;
	margin-left:1px;
}
.rollBox .ScrCont {
	width:10000000px;
}

.rollBox #List1, .rollBox #List2 {
	float:left;
}
