/*Image style*/
#scrollUp {
    background-image: url("../Content/image/back-to-top-normal.png");
    bottom: 90px;
    right: 20px;
    width: 64px;
    height: 92px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s;
}

    #scrollUp:hover {
        background-image: url("../Content/image/back-to-top-active.png");
    }

/* 

#hb-gotop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    width: 62px;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99EEEEEE',EndColorStr='#99EEEEEE');
    color: #444;
    text-align: center;
    text-decoration: none;
}

    #hb-gotop .scroll-to-top {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    #hb-gotop .scroll-to-top,
    #hb-gotop .add-to-favorite {
        position: absolute;
        border: 1px solid #e5a932;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 1.2em;
        margin-bottom: 5px;
        background-color: #f8b736;
        color: #000;
    }

    #hb-gotop .scroll-to-top {
        line-height: 50px;
    }*/
