@charset "UTF-8";

.banner {
    width:298px;
    height:248px;
    border:1px solid #cccccc;
    background:#FFFFFF;
    overflow:hidden;
    display:block !important;
}

#loader-container {
    display:none;
}

#clickTag{
    width:298px;
    height:248px;   
    cursor:pointer;
    background:red;
    opacity:0;
}
#btn-exit{
    width:300px;
    height:250px;   
    cursor:pointer;
    opacity:0;
    z-index: 6;

}

#noscripted{
    display:none;
}

#frame_1 {
    position: absolute;
    width: 300px;
    height: 250px;
    background: url(bg1.jpg) no-repeat;
    top: 0px;
    left: 0px;
}
#text1 {
    width: 231px;
    height: 63px;
    background: url(text1.png) no-repeat;
    top: 56px;
    left: 33px;
}
#text2 {
    width: 260px;
    height: 63px;
    background: url(text2.png) no-repeat;
    top: 57px;
    left: 21px
}

#frame_2 {
    position: absolute;
    width: 300px;
    height: 250px;
    background: url(bg2.jpg) no-repeat;
    top: 0px;
    left: 300px;
}
#text3 {
    width: 260px;
    height: 117px;
    background: url(text3.png) no-repeat;
    top: 56px;
    left: 21px;
}
#frame_3 {
    position: absolute;
    width: 300px;
    height: 250px;
    background: #c4501d;
    top: 0px;
    left: 300px;
}
#text4 {
    width: 172px;
    height: 63px;
    background: url(text4.png) no-repeat;
    top: 29px;
    left: 337px;
    
}

#text5 {
    width: 172px;
    height: 63px;
    background: url(text5.png) no-repeat;
    top: 29px;
    left: 300px;
    
}
#text6 {
    width: 252px;
    height: 78px;
    background: url(text6.png) no-repeat;
    top: 21px;
    left: 300px;
    
}
#card {
    width: 144px;
    height: 91px;
    background: url(card.png) no-repeat;
    top: 109px;
    left: 392px;
}

#logo {
    width: 145px;
    height: 40px;
    background: url(logo.png) no-repeat;
    top: 203px;
    left: 8px;
}

#CTA{
    width: 122px;
    height: 23px;
    top: 216px;
    left: 166px;
}

#ctaOut{
    width: 122px;
    height: 23px;
    top: 0px;
    left: 0px;
    background: url(cta_out.png);
    
}
#ctaOver{
    width: 122px;
    height: 23px;
    top: 0px;
    left: 0px;
    background: url(cta_over.png);
    opacity: 0;
}
#replay{
    width:23px;
    height:23px;
    top:10px;
    left:265px;
    background:url(replay.png) no-repeat;
    opacity:0;
    display:none;
    cursor:pointer;
    z-index: 7;
}
