body{
    width: 300px;
    height: 250px;
    padding:0;
    margin: 0; 
    overflow: hidden;
}

#abContainer{
    position: relative;
    width: 300px;
    height: 250px;
    border: 1px solid #000000;
    overflow: hidden;
    padding:0;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.divCommon{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.sprite {display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(../images/300x250_sprite.png);}

.logo {width:56px; height:41px; background-position: -1px -52px}
.txt_1 {width:177px; height:49px; background-position: -213px -1px}
.txt_2 {width:158px; height:32px; background-position: -59px -52px}
.txt_3 {width:210px; height:49px; background-position: -1px -1px}
.txt_cta {width:75px; height:11px; background-position: -219px -78px}
.txt_legal {width:97px; height:10px; background-position: -296px -78px}
.txt_tag {width:137px; height:24px; background-position: -219px -52px}

#FPO{
    top: -1px;
    left: -1px;
    background: url(../FPO/FPO_3.jpg) no-repeat;
}
#adImg{
    height: 191px;
    width: 300px;
    overflow: hidden;
}
.replayArrow{
    background: url(../images/replayVector.svg) no-repeat;   
}
#hybrid{
    width: 1200px;
    height: 767px;
    background: url(../images/img_1_highRes.jpg) no-repeat; 
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0 ;
    transform-origin: 0 0;
}
#lowerShadow{
    opacity: .5;
    background: url(../images/lowerShadow.png) repeat-x;
}
#bgnd, #cover{
    background-color: #000000;   
}
#txt_1, #txt_2, #txt_3, #txt_tag{
    top:130px;
    left: 16px;
}
#txt_tag{
    top:208px;
}
#legal{
    top: 240px;
    left: 2px;
}
#ctaContainer{
    top:205px;
    left: 186px;
}
#ctaBgnd{
    height: 29px;
    width: 96px;
    background-color: #68233f; 
    border: 3px solid #fffcd6;
}
#ctaTxt{
    top: 9px;
    left: 11px;
}
#logo{
    top:17px;
    left: 229px;
}
#line{
    top: 189px;
    height: 2px;
    background-color: #6a2045;
}
#replay{
   cursor: pointer;
    /*z-index: 400;*/
    top:-100px;
    left: 6px;
    width:20px;
    height: 17px;
    -webkit-transform-origin: 10.5px 9.5px;
    -ms-transform-origin: 10.5px 9.5px;
    -o-transform-origin: 10.5px 9.5px;
    transform-origin: 10.5px 9.5px;
    opacity: 1;
}