/* CSS Document */
/*
#banner,#banner ul li{
	height:340px;
	width:1024px;
}*/
#banner{
	clear:both;
	margin:0px auto;
	position:relative;
}
#banner ul li {
	display:none;
}
#banner ul li a{
	display:block;
	width:100%;
	height:100%;
}

#banner #banneIndex{
	height:10px;
	line-height:10px;
	font-size:1px;
	width:100%;
	text-align:right;
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:20;
}
#banner #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;
}
#banner #banneBt{
	height:70px;
	width:40px;
	line-height:10px;
	text-align:right;
	position:absolute;
	z-index:9999;
	bottom:130px;
	display:none;
	cursor:pointer;
}
#banner .banneBtl{
	left:0px;
	background:url(../image/slidesbt.png) no-repeat -84px 0px;
}
#banner .banneBtr{
	right:0px;
	background:url(../image/slidesbt.png) no-repeat -125px 0px;
}

#banner .banneBtl:hover{
	background:url(../image/slidesbt.png) no-repeat 0px 0px;
}
#banner .banneBtr:hover{
	background:url(../image/slidesbt.png) no-repeat -42px 0px;
}

