#scrolling-banner-link {
    background: no-repeat scroll 0 0;
    background-color: white;
    display: block;
    height: 198px;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 35%;
    width: 35px;
    z-index: 100;
    color: #1ca051;
    text-decoration: none;
}

.scrolling-banner-popup .ui-dialog-titlebar-close {
    visibility: hidden;
}
