@charset "utf-8";
.roll {
	display: inline-block;
	overflow: hidden;
	width: 740px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 18px;
}
.roll .LeftBotton,.roll .RightBotton  {
	display: inline;
	float: left;
	overflow: hidden;
	width: 35px;
	cursor: pointer;
	height: 260px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/aa.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.roll .RightBotton {
	display: inline;
	float: right;
	overflow: hidden;
	width: 35px;
	cursor: pointer;
	height: 260px;
	background-image: url(../images/bb.gif);
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.roll .Cont {
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	width: 656px;
	padding-top: 2px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-bottom: 6px;
}
.roll .ScrCont {
	width: 1000%;
}
#List1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#List2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.roll .Cont li {
	float: left;
	width: 240px;
	text-align: center;
	display: block;
	z-index: 1000;
}
.roll #List1 {float: left}
.roll #List2 {float: left}
