/* jQuery iTopPage plugin stylesheet file */

#iTopPage {
    /* Button format  */
    position: fixed;
    display: "table-cell";
    opacity: 0;
    width: 40px;
    height: 29px;
    z-index: 999999;
    background:url('img/up_icon.png') no-repeat center center;
    cursor: pointer;
    cursor: hand;
}