/*
@说明：回到顶部按钮，下翻页、上翻页按钮
*/

/* 回到顶部 */
#gotop{border-radius: 10px;position:fixed;z-index:99999;width:50px;height:50px;bottom:8px;right:8px;;visibility:hidden;background-image:url("../img/20130308184024_8taKv.png");background-repeat:no-repeat;text-indent:-9999px;}
#gotop:link,
#gotop:visited{background-position:0 0;}
#gotop:hover{background-position:0 -50px;text-decoration:none;}

