@charset "utf-8";

.rollBox{
	width:756px;
	overflow:hidden;
	padding-top: 12px;
	padding-bottom: 12px;
}
.rollBox .LeftBotton{
	height:111px;
	width:26px;
	overflow:hidden;
	float:left;
	display:block;
	cursor:pointer;
	background-image: url(../images/arrow-lift.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 6px;
}
.rollBox .RightBotton{
	height:111px;
	width:26px;
	overflow:hidden;
	float:left;
	display:block;
	cursor:pointer;
	background-image: url(../images/arrow-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 2px;
}
.rollBox .Cont{
	width:690px;
	overflow:hidden;
	float:left;
	margin-top: 4px;
}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{
	width:118px;
	text-align:left;
	float: left;
}
.rollBox .Cont .pic img{
	background:#f2f2f2;
	border:2px solid #f2f2f2;
	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;}

