#banner {
	position:relative;
	width:1000px;
	height:304px;
	z-index:1000;

	overflow:hidden;
}
#banner_list img {border:0px;}
#banner_bg {
	position:absolute;
	bottom:2px;
	background-color:#000;
	height:30px;
	filter: Alpha(Opacity=30);
	opacity:0.3;
	cursor:pointer;
	width:1000px;
	left: 1px;
	display:none;
}
#banner_info{
	position:absolute;
	bottom:10px;
	left:9px;
	height:22px;
	color:#fff;
	cursor:pointer
}
#banner_text {position:absolute;width:120px;z-index:1002; right:3px; bottom:8px;}
#banner ul {
	position:absolute;
	list-style-type:none;
	filter: Alpha(Opacity=80);
	opacity:0.8;
	margin:0;
	padding:0;
	bottom:6px;
	right:6px;
	z-index:50;
	 
}
#banner ul li { padding:0px 8px;float:left;display:block;color:#FFF;background:#0055A8;cursor:pointer; margin-right:5px;}
#banner ul li.on { background:#BDBDBD}
#banner_list a{
	position:absolute;
	width: 1000px;
	left: 0px;
	height: 304px;
	top: 1px;
}
