
.rollBox {
	width: 1200px;
	padding: 20px;
	height: 520px;
	position: relative;
	border: none;
	margin: 20px auto;
	background: #f3f3f3;
}

.rollBox .LeftBotton {
	height: 27px;
	width: 17px;
	background: url("100zn_left.png") no-repeat;
	position: absolute;
	right: 38px;
	margin-top: -106px; 
	z-index: 999;
}

.rollBox .RightBotton {
	height: 27px;
	width: 17px;
	background: url("100zn_right.png") no-repeat;
	position: absolute;
	right: 12px;
	margin-top: -106px; 
	z-index: 999;
}

.rollBox .Cont {
	width: 1160px;
	overflow: hidden;
	float: left;
}

.rollBox .ScrCont {
	width: 100000px;
}

.rollBox #List1,
.rollBox #List2 {
	float: left;
}

.list01 ul li {
	float: left;
	width: 277px;
	position: relative;
	border-right: #cfbf8e solid 1px;
	margin-right: 27px;
}
