
/*Home RollBox*/
.rollBox { clear: both; width:630px;} /*按钮位置宽度*/

.rollBox .LeftBotton {	background: url('left1.png') no-repeat 0 0; cursor: pointer; display: inline; float: left;  overflow: hidden; width:35px; height:40px; margin-left:0; margin-right:20px; margin-top:50px; margin-bottom:0}
.rollBox .RightBotton { background: url('right1.png') no-repeat 0 0; cursor: pointer; display: inline; float: right; overflow: hidden; text-align: right; width:35px; height:40px; margin-left:10px; margin-right:10px; margin-top:50px; margin-bottom:0 }

.rollBox .Cont { float:left; overflow:hidden; width:520px; margin-left:0px;} /*图片区域宽度*/
.rollBox .ScrCont { width:10000px; overflow:hidden;}
.rollBox .Cont li { float: left; text-align: center; width:176px; list-style:none;} /*每张图片加左右空白宽度*/

.rollBox .Cont li img { display:block; margin:0 auto; width:150px; height:177px;}  /*图片大小*/
.rollBox #List1, .rollBox #List2 { float: left;}
.rollBox .Cont p { text-align:center; margin:5px 0 10px 0;}