@charset "utf-8";
/* CSS Document */

ul, ul li, ol, ol li {
margin: 0;
padding: 0;
list-style: none;
}

.banner{height:232px;width:940px;margin:7px auto;overflow: hidden;position: relative; float:left; margin-top:5px;}
#slides{
	height:210px;
	width:940px;
	overflow:hidden;
}

.slide{
	float:left;
	height:210px;
	width:940px;
}
#bannermenu{
	height:11px;
	position:absolute;
	right:0px;top:220px;
}
#bannermenu li{
	float:left;
	width:30px;
	display:inline-block;
	height:11px;
	overflow:hidden;
}
#bannermenu li a{float:left; width:30px;height:11px; display:block; background:url(../../images/banner/dot.png) no-repeat 0px 0px;}
#bannermenu li.act a{background-position:-90px 0px;}