#scroller{
    position: fixed;    
    /** позиция кнопки scroll to top **/
    bottom: 30px;  
    right:30px; 
    /** картинка кнопки наверх**/
    background: transparent url(/themes/default/img/arrow_top.png) no-repeat left top;  
    width: 58px;
    height: 60px;
    cursor: pointer;
    /** скрываем кнопку в начале **/
    display:none;
z-index: 21;
}
#scroller:hover{
    position: fixed;    
    /** позиция кнопки scroll to top **/
    bottom: 30px;  
    right:30px; 
    /** картинка кнопки наверх**/
    background: transparent url(/themes/default/img/arrow_top_hover.png) no-repeat left top;  
    width: 58px;
    height: 60px;
    cursor: pointer;
    /** скрываем кнопку в начале **/
    display:none;
z-index: 21;
}