.backToTop {
    display: none;
    width: 50px;
    padding: 15px 0;
    line-height: 1.2;
    background-color: #000;
    color: #fff;
    font-size: 22px;
    text-align: center;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 100px;
    _bottom: "auto";
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity=60);
}