.core-ads {
    position: relative;
}
.core-floatbanner {
    position: absolute
}

.core-floatbanner-left {
    left: 50%;
    margin-left: -905px;
    position: fixed;
    overflow: hidden;
    /* top: auto; */
    width: auto
}

.core-floatbanner-right {
    right: 50%;
    margin-right: -905px;
    position: fixed;
    overflow: hidden;
    /* top: auto; */
    width: auto
}

.inner-float-left {
    float: right
}
.inner-float-left button {
    position: absolute;
    right: 0;
}
.inner-float-right button {
    position: absolute;
    left: 0;
}
.inner-float-right {
    float: left
}

.core-floatbanner-left img,.core-floatbanner-right img {
    max-width: none !important
}

.admin-bar .core-floatbanner-left,.admin-bar .core-floatbanner-right {
    top: 85px
}

.gmr-no-sticky .core-floatbanner-left,.gmr-no-sticky .core-floatbanner-right {
    top: 15px
}

.gmr-no-sticky.admin-bar .core-floatbanner-left,.gmr-no-sticky.admin-bar .core-floatbanner-right {
    top: 40px
}

.core-floatbanner-footer {
    z-index: 999;
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0
}

.core-floatbanner button {
    text-align: center;
    font-size: 12px;
    padding: 1px 5px;
    margin: 0;
    z-index: 9;
    background-color: #ebebeb;
    border: none;
    border-radius: 0 !important;
    color: #333 !important
}
