@charset "utf-8";

.rollBox{
	width:600px;
	overflow:hidden;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 6px;
}
.rollBox .LeftBotton{
	height:49px;
	width:11px;
	overflow:hidden;
	float:left;
	display:block;
	cursor:pointer;
	background-image: url(../images/lift.gif);
	background-repeat: no-repeat;
	background-position: 0px 0;
	margin-top: 15px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rollBox .RightBotton{
	height:49px;
	width:11px;
	overflow:hidden;
	float:left;
	display:block;
	cursor:pointer;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: 0px 0;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
}
.rollBox .Cont{
	width:530px;
	overflow:hidden;
	float:left;
}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{
	width:108px;
	float:left;
	text-align:center;
}
.rollBox .Cont .pic img{
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	display:block;
	margin:0 auto;
}
.rollBox .Cont .pic p{line-height:26px;color:#505050;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
.rollBox #List1,.rollBox #List2{float:left;}.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
