/*广告切换*/
#banner {
	width:98%;
	height:150px;
	overflow:hidden;
	z-index:2;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#btn {
	display: inline;
	width:150px;
	hegiht:18px;
	float:left;
	position:absolute;
	z-index:3;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#btn a {
	color:#9099d4;
	font:700 11px "Arial";
	background:url(/img/ibbtn.png) no-repeat;
	float:left;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	margin-left:5px;
}
#btn a.activeSlide {
	color:#fff;
	background:url(/img//ibhbtn.png) no-repeat;
}
#btn a:hover {
	color:#fff;
	background:url(/img/ibhbtn.png) no-repeat;
}
	
/*广告切换结束*/
