@charset "utf-8";
/* CSS Document */

#shangxia{position:fixed;top:45%;left:50%;display:block;margin-left:-540px; z-index:999;}/*top:距顶部的距离；left：距左边的距离；其它不能改’*/
#shang,#comt,#xia{background:url(huadong.png) no-repeat;position:relative;cursor:pointer;height:25px;width:29px;margin:10px 0 0;}
/*以下勿动*/
#comt{background-position:left -30px;height:32px;}
#xia{background-position:left -68px;}
#comt:hover{background-position:right -30px;}
#shang:hover{background-position:right 0;}
#xia:hover{background-position:right -68px;}