﻿.rollBox {
 background-color:#B3D574;
 border:1px solid #00CC33;
 clear:both;
 height:110px;
 margin:0;
 padding:10px 8px 0;
 width:944px;
}
.rollBox .LeftBotton {
	height:80px;
	width:22px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:10px 0 0 0;
	cursor:pointer;
	background-image: url(../inc/left.gif);
	background-repeat: no-repeat;
	background-position: left 25px;
}
.rollBox .RightBotton {
	height:80px;
	width:22px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:10px 0 0 0;
	cursor:pointer;
	background-image: url(../inc/right.gif);
	background-repeat: no-repeat;
	background-position: right 25px;
}
.rollBox .Cont {
 width:900px;
 overflow:hidden;
 float:left;
}
.rollBox .ScrCont {
 width:10000000px;
}
.rollBox .Cont .pic {
 width:130px;
 float:left;
 text-align:center;
}
.rollBox .Cont .pic img {
 padding:1px;
 background:#fff;
 border:0px solid #ccc;
 display:block;
 margin:0px;
 width:130px; height:80px;
}
.rollBox .Cont .pic p {
 line-height:24px;
 color:#FFFFFF;
 font-size:12px;
 width:120px; text-align:center;
 margin:0px;
}
.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;
}
