@charset "utf-8";
/* CSS Document */

.rollBox{ /* 总宽度 */
    width:595px;
	overflow:hidden;
	margin-top:19px;
	background:url(../images/rollbox_bg.png) repeat-x;
	}
.rollBox .LeftBotton{ /* 向左边滚动按钮 */
    height:93px;
	width:17px;
	background:url(../images/b_left.jpg) no-repeat;
	overflow:hidden;
	float:left;
	display:inline;
	cursor:pointer;
	}
.rollBox .RightBotton{ /* 向右滚动按钮 */
    height:93px;
	width:17px;
	background: url(../images/b_right.jpg) no-repeat;
	overflow:hidden;
	float:left;
	display:inline;
	cursor:pointer;
	}
.rollBox .Cont{ /* 修改内容区宽度 */
    width:561px;
	height:116px;
    overflow:hidden;
    float:left;

   } 
.rollBox .ScrCont{
    width:10000000px;

   }
.rollBox .Cont .pic{ /* 内容区图片文字 */
	width:561px;
    float:left;
   }
.rollBox .Cont .pic img{ /* 内容区图片文字边框 */
    padding:2px;
	border:1px solid #b3b3b3;
   }
.rollBox .Cont .pic p{ /* 图片下面文字样式 */
    line-height:24px;
    color:#505050;
	text-align:center;
   }
.rollBox .Cont a:link,.rollBox .Cont a:visited{ /* 图片下面文字样式点链接后 */
    color: #FF0000;
    text-decoration:none;
   }
.rollBox .Cont a:hover{ /* 图片下面文字样式点击链接时 */
    color:#f00;
    text-decoration:underline;
   }
.rollBox #List1,.rollBox #List2{ /* 滚动样式外层样式边距相对于最面层 */
	float:left;
   }
.pic ul li{ float:left; width:116px; height:116px; margin-left:21px;*margin-left:21px !important;*margin-left:16px;}


