
/*-------------pic scroll-------------------*/
#banner
{
	width:690px;
	height:230px;
	margin:0px auto;
	overflow:hidden;
	z-index:-1;
}
#bpager
{	
    display: inline;
	height:18px;
	float:right;
	margin:-20px 0px 0px 550px;
	position:absolute;
	z-index:1;
}
#bpager a
{
	color:#36f;
	font:700 11px "Arial";
	background:url(ibbtn.gif) no-repeat;
	float:left;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	margin-left:5px;
}
#bpager a.activeSlide
{	
	color:#fff;
	background:url(ibhbtn.gif) no-repeat;
}
#bpager a:hover
{	
	color:#fff;
	background:url(ibhbtn.gif) no-repeat;
}
