#adScrollLeftContainer 
{
    display: none;
    position: absolute;
    left: 5px;
    top: 150px;
    z-index: 9999;
}

.adScrollLeft {
    width: 110px;
    height: 200px;
    background-color: #a0bbd4;
    border: solid 1px #2e77bb;
}

#adScrollRightContainer 
{
    display: none;
    position: absolute;
    right: 5px;
    top: 150px;
    z-index: 9999;
}

.adScrollRight {
    width: 110px;
    height: 200px;
    background-color: #a0bbd4;
    border: solid 1px #2e77bb;
}

#floatAdContainer
{
    display: none;
    position: absolute;
    /* left: 500px;
    top: 100px; */
    z-index: 10000;
}

.floatAd 
{
    /*width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #a0bbd4;
    border: solid 1px #2e77bb;*/
}
