@charset "utf-8";
/*向左滚*/
.rollBox {
	margin:5px auto;
	width:1000px;
	height:230px;}

.rollBox li{
	background:none;
	text-indent:0px;
	margin-left:10px;
	display:block; 
	width:215px;
	height:210px;
	float:left;}
.rollBox span{
	display:block;
	font-size:12px;
	text-align:center;
	height:30px;
	line-height:30px;}	
.rollBox li a{
	border:1px solid #ddd;
	display:block;
	width:215px;
	height:180px;}	
.rollBox li img {
	margin:5px;
	width:205px; 
	height:170px;}
	
.LeftBotton{
	height:200px;
	width:50px;
	background:url(jiantou.jpg) no-repeat center left;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0px;
	cursor:pointer;}
.RightBotton{
	height:200px;
	width:50px;
	background:url(jiantou.jpg) no-repeat center right;
	overflow:hidden;
	float:right;
	display:inline;
	margin:0px;
	cursor:pointer;}
.Cont{
	margin-top:6px;
	width:900px;
	overflow:hidden;
	float:left;
	height:225px;}
.ScrCont{
	width:100000000px;}
	
.rollBox #List1, .rollBox #List2{float:left;}



