#popout_ads {
    margin: 0;
    padding: 0;
    width: 320px;
    height: 400px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    overflow: hidden;
}
#popout_ads a, #popout_ads a img {
    text-decoration: none;
    border: 0;
    outline: 0;
}
#popout_ads #popout_cap_open {
    width: 20px;
    height: 20px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 104;
}
#popout_ads #popout_cap_close {
    width: 20px;
    height: 20px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 103;
}
#popout_ads #popout_cap_bar {
    width: 20px;
    height: 350px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 102;
}
#popout_ads #popout_adbox {
    position: absolute;
    top: 75px;
    left: 20px;
    z-index: 101;
}
#popout_ads #popout_adbox {
    margin-left: -600px;
}

