body {
    margin: 0px;
}

#ad {
    position: absolute;
    display: block;
    border: rgb(145, 153, 153) 1px solid;
    overflow: hidden;
    width: 298px;
    height: 598px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -30px;
    top: -60px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#banner {
    position: absolute;
    display: none;
    width: 298px;
    height: 598px;
    background-color: #FFF;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.retina {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 600px;
}

.hide {
    opacity: 0;
}

#guide {
    z-index: 50000;
    opacity: 0.4;
}

/* CTA */

#cta_box {
    position: absolute;
    width: 135px;
    height: 31px;
    bottom: 92px;
    left: 82px;
    background-color: #e20119;
    overflow: hidden;
}

#cta_hover {
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
}

#cta {
    position: fixed;
}

/* PRODUCT MASKING */

#product_mask {
    overflow: hidden;
    top: 170px;
    height: 263px;
}

#products_holder {
    top: -150px;
}
