@charset "utf-8";

body,ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#roll {
	height: 279px;
	/*width: 992px;*/
	width:1110px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/*background-color: #CCCCCC;
	margin-top: 50px;*/
}
#roll .pre{
	background-image: url(../img/pre.png);
	background-repeat: no-repeat;
	/*background-position: -50px top;*/
	display: block;
	height: 50px;
	width: 27px;
	cursor:pointer;
	position: absolute;
	left: -15px;
    top: 120px;
    z-index: 99999;
}
/*#roll a.pre:hover{
	background-position: -75px top;
	}*/
#roll .next{
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 50px;
	width: 27px;
	cursor:pointer;
	top: 120px;
	right: -12px;
	position: absolute;
	 z-index: 99999;
}
/*#roll a.next:hover{
	background-position: -25px top;
	}*/
#roll #wai_box {
	height: 189px;
	/*width: 992px;*/
	width: 1110px;
	overflow: hidden;
	position: relative;
}
#roll #wai_box .roll_box .title {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	text-align:center;
	/*color: #FFFFFF;*/
	/*background:rgba(000, 000, 000, 0.5);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#6B000000,endColorstr=#6B000000); */
	display:block;
	height: 30px;
	/*position: absolute;
	bottom: 0px;
	z-index: 30;*/
	width:248px;
	text-indent: 1em;
	/*left: 0px;*/
}
#roll .roll_box{
	/*width: 2976px;*/
	position: absolute;
	left: 0px;
	top: 0px;
}
#roll .roll_box a.img:hover{
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	Opacity:0.9;
	Filter:alpha(opacity=90);
	outline:none;
}
#roll .roll_box .img{
	display: block;
	width:200px;
}
#roll .roll_box ul {
	float: left;
	display: block;
	height: 459px;
	/*width: 992px;*/
	width:1110px;
}
#roll .roll_box li {
	float: left;
	font-size: 0px;
	line-height: 0px;
	position: relative;
	padding:10px 12px 10px 12px;
	margin-left: 20px;
	text-align:center;
}
#roll .nav {
	height: 10px;
	margin-top: 20px;
	width:231px;
	margin-right: auto;
	margin-left: auto;
}
#roll .nav a {
	background:rgba(100, 100, 100, 0.7);
	display: block;
	float: left;
	height: 10px;
	width: 75px;
	font-size: 0px;
	line-height: 0px;
	margin-right: 2px;
	cursor:pointer;
}
#roll .nav a:hover{
	background-color: #F9B766;
}
#roll .nav .now{
	background-color: #F9B766;
}