@charset "UTF-8";

.banner {
    width:726px;
    height:88px;
    border:1px solid #cccccc;
    background:#FFFFFF;
    overflow:hidden;
    display:block !important;
}

#loader-container {
    display:none;
}

#clickTag{
    width:726px;
    height:88px;   
    cursor:pointer;
    background:red;
    opacity:0;
}
#btn-exit{
    width:726px;
    height:88px;   
    cursor:pointer;
    opacity:0;
    z-index: 6;

}
#noscripted{
    display:none;
}

#frame_1 {
    position: absolute;
    width: 728px;
    height: 90px;
    background: url(bg1.jpg) no-repeat;
    top: 0px;
    left: 0px;
}
#text1 {
    width: 186px;
    height: 59px;
    background: url(text1.png) no-repeat;
    top: 14px;
    left: 236px;
}
#text2 {
    width: 241px;
    height: 59px;
    background: url(text2.png) no-repeat;
    top: 14px;
    left: 189px;
}

#frame_2 {
    position: absolute;
    width: 728px;
    height: 90px;
    background: url(bg2.jpg) no-repeat;
    top: 90px;
    left: 0px;
}
#text3 {
    width: 202px;
    height: 65px;
    background: url(text3.png) no-repeat;
    top: 13px;
    left: 196px;
}
#frame_3 {
    position: absolute;
    width: 728px;
    height: 90px;
    background: #c4501d;
    top: 90px;
    left: 0px;
}
#text4 {
    width: 182px;
    height: 26px;
    background: url(text4.png) no-repeat;
    top: 90px;
    left: 212px;
    
}

#text5 {
    width: 194px;
    height: 26px;
    background: url(text5.png) no-repeat;
    top: 90px;
    left: 204px;
    
}
#text6 {
    width: 203px;
    height: 67px;
    background: url(text6.png) no-repeat;
    top: 90px;
    left: 197px;
    
}
#card {
    width: 107px;
    height: 67px;
    background: url(card.png) no-repeat;
    top: 10px;
    left: 446px;
}

#logo {
    width: 142px;
    height: 38px;
    background: url(logo.png) no-repeat;
    top: 25px;
    left: 15px;
}

#CTA{
    width: 123px;
    height: 30px;
    top: 29px;
    left: 574px;
}

#ctaOut{
    width: 123px;
    height: 30px;
    top: 0px;
    left: 0px;
    background: url(cta_out.png);
    
}
#ctaOver{
    width: 123px;
    height: 30px;
    top: 0px;
    left: 0px;
    background: url(cta_over.png);
    opacity: 0;
}
#replay{
   width: 18px;
    height: 18px;
    top: 5px;
    left: 705px;
    background: url(replay.png) no-repeat;
    opacity: 0;
    display: none;
    cursor: pointer;
    background-size: cover;
    z-index: 7;
}
