/* CSS Document */
/*
#bannerB,#bannerB ul li{
	height:340px;
	width:1024px;
}*/
#bannerB{
	clear:both;
	margin:0px auto;
	position:relative;
}
#bannerB ul li {
	display:none;
}
#bannerB ul li a{
	display:block;
	width:100%;
	height:100%;
}

#bannerB #banneIndex{
	height:10px;
	line-height:10px;
	font-size:1px;
	width:100%;
	text-align:right;
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:20;
}
#bannerB #banneIndex span{
	display:inline-block; 
	height:8px;
	width:10px;
	background:#999;
	margin-right:10px;
	cursor:pointer;
	filter:alpha(opacity=50);
	-khtml-opacity:0.5;
	opacity:0.5;
	border:1px solid #eee;
}
#bannerB #banneBt{
	height:70px;
	width:40px;
	line-height:10px;
	text-align:right;
	position:absolute;
	z-index:9999;
	bottom:70px;
	display:none;
	cursor:pointer;
}
#bannerB .banneBtl{
	left:0px;
	background:url(../image/slidesbt.png) no-repeat -84px 0px;
}
#bannerB .banneBtr{
	right:0px;
	background:url(../image/slidesbt.png) no-repeat -125px 0px;
}

#bannerB .banneBtl:hover{
	left:0px;
	background:url(../image/slidesbt.png) no-repeat 0px 0px;
}
#bannerB .banneBtr:hover{
	right:0px;
	background:url(../image/slidesbt.png) no-repeat -42px 0px;
}

