/* scroll top */
#scrolltopdiv{
    position:absolute;
	top:0px;left:0px;
	width:100%;
	min-width:980px;
	height:48px;
	background:url(images/bg_scrolltop.png);
	z-index:100;
}
#scr_leftdiv{
    float:left;
    width:390px;
	height:48px;
    background:url(images/bg_scrolltop0.png);
	background-repeat:no-repeat;
}
#scr_rightdiv{
    float:right;
    width:60px;
	height:48px;
    background:url(images/bg_scrolltop2.png);
	background-repeat:no-repeat;
}
#scr_centerdiv{
	float:right;
    width:480px;
	height:48px;
}
.scr_navbtn1,.scr_navbtn2{
	margin:3px;
	margin-top:10px;
	padding:0px;
	color:#ffffff;
    width:62px;
	height:23px;
	border:0px;
	font-size:12px;
	line-height:16px;
    background:url(images/xyh_zty_daohangtiao_button.png) no-repeat 0 2%;
	cursor:pointer;
}
.scr_navbtn1{
    background-position:0 2%;
} 
.scr_navbtn2{
    background-position:0 100%;
}
/* scroll top end */