.rollBox {
	overflow:hidden;
	border: 1px solid #d3d3d3;
	margin: 0 5px;
	padding: 8px 0;
	position: relative;
}
.rollBox .Cont {
	width:920px;
	overflow:hidden;
	float:left;
	margin: 0 0 0 5px;
}
.rollBox .ScrCont {
	width:10000000px;
}
.rollBox .Cont .box {
   display: inline;
    float: left;
    height: 236px;
    margin-right: 20px;
    text-align: center;
    width: 165px;
}
.rollBox .Cont a:link, .rollBox .Cont a:visited {
	/*color: #777;
	font-size: 11px;*/
	font-weight: normal;
	text-decoration:none;
}
.rollBox .Cont a:hover {
	color:#f00;
	text-decoration:underline;
}
.rollBox #List1, .rollBox #List2 {
	float:left;
}
.rollBox .LeftBotton, .rollBox .RightBotton {
	background-image: url("../images/btn.gif");
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	display: inline;
	float: left;
	height: 56px;
	line-height: 100px;
	margin-top: 66px;
	/*    position: absolute;*/
    text-align: center;
	top: 0;
	width: 10px;
}
.rollBox .LeftBotton {
	background-position: 0 0;
	height: 30px;
	left: 0;
	margin: 100px 0 0 10px;
	padding: 0;
	width: 10px;
}
.rollBox .RightBotton {
	background-position: -18px 0;
	float: right;
	height: 30px;
	margin: 100px 10px 0 0;
	padding: 0;
	right: 0;
}
