/* CSS Document */



.rollBox {
	width:978px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	background-image: url(../images2/br2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 12px;
	padding: 0;
}
.rollBox .LeftBotton {
	height:75px;
	width:29px;
	overflow:hidden;
	float:left;
	display:inline;
	cursor:pointer;
	background-image: url(../images2/left_point.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
}
.rollBox .RightBotton {
	height:75px;
	width:29px;
	overflow:hidden;
	float:right;
	display:inline;
	margin:0px;
	cursor:pointer;
	background-image: url(../images2/right_point.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.rollBox .Cont {
	width:920px;
	overflow:hidden;
	float:left;
	padding-top: 10px;
}
.rollBox .ScrCont {
	width:10000000px;
}

.rollBox .Cont .pic {
	width:115px;
	float:left;
	text-align:center;
}
.rollBox .Cont .pic img {
	padding:2px;
	background:#fff;
	border:1px solid #eaeaea;
	display:block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 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;
}

