﻿@charset "utf-8";
.rollBox {
	width: 1024px;
	overflow: hidden;
	
}
.rollBox .LeftBotton {
	height: 52px;
	width: 19px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 41px 16px 0 0;
	cursor: pointer;
	background: url(../images/icon_arrow_left.png) no-repeat;
}
.rollBox .RightBotton {
	height: 52px;
	width: 20px;
	background: url(../images/icon_arrow_right.png) no-repeat;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 41px 0 0 16px;
	cursor: pointer;
}
.rollBox .Cont {
	width: 940px;
	overflow: hidden;
	float: left;
}
.rollBox .ScrCont {
	width: 10000000px;
}
.rollBox a {
	display: block;
	
	float: left;
	margin-right:10px;
	
	line-height: 22px;
	text-align: center;
}
.rollBox a:hover {
	
}
.rollBox a i {
	display: block;
	overflow: hidden;
	height: 120px;
	width: 180px;
}
.rollBox a:hover i {
}
.rollBox a img {
	display: inline-block;
	width: 100%;
}
.rollBox a span {
	display: block;
	overflow: hidden;
	border-top: 1px solid #b3a27c;
	background-color: #f4edd2;
	line-height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.rollBox a:hover span {
	border-top: 1px solid #f3eccf;
	background-color: #bfb288;
	color: #ffffff;
}
.rollBox #List1, .rollBox #List2 {
	float: left;
}
