

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

#abContainer{
    position: relative;
    width: 300px;
    height: 250px;
    border: 1px solid #888888;
    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;
}

.logo {background: url(images/logo1.png) no-repeat;}
.replayArrow {background: url(images/replayVector.svg) no-repeat;}
.ctaShine {background: url(images/ctaShine.png) no-repeat;}
.ctaTxt {background: url(images/ctaTxt.png) no-repeat;}
.txt_1 {background: url(images/txt_1.png) no-repeat; width:217px; height:102px;position: absolute;top: 0px;left: 0px;}
.txt_1b {background: url(images/txt_1b.png) no-repeat;}
.txt_2 {background: url(images/txt_2.png) no-repeat;}
.txt_2b {background: url(images/txt_2b.png) no-repeat;}
.txt_3 {background: url(images/txt_3.png) no-repeat;}
.bg_shadow1 {background: url(images/txt_1_shade.png) no-repeat;}
.bg_shadow1b {background: url(images/txt_1b_shade.png) no-repeat;}
.sign {background: url(images/sign.png) no-repeat; width:35px; height:35px;position: absolute;top: 0px;left: 0px;}


#signAnimation{
    top: 0px;
    left: 0px;
	background: url(images/p1.jpg) no-repeat;
}


/*#FPO{
    top: 0px;
    left: 0px;
    background: url(FPO/FPO1.jpg) no-repeat;
}*/
.adImg{
    background: url(images/bg1.jpg) no-repeat;   
}
#adTopImg{
    width: 300px;
    height: 250px;
}



#ctaContainer{
    top: 175px;
    left: 21px;
    width: 96px;
    height: 22px;
    overflow: hidden;
    opacity: 0;
}
#ctaBgnd{
   /* background-color: #002c77; */
}
#ctaTxt{
    /*top: 7.5px;
    left: 12.5px;*/
}

#logo{
    top: 213px;
    left: 168px;
    height: 30px;
    width: 146px;
    overflow: hidden;
}




#replay{
    cursor: pointer;
    top:8px;
    left: 276px;
    width:20px;
    height: 25px;
    -webkit-transform-origin: 10px 10px;
    -ms-transform-origin: 10px 10px;
    -o-transform-origin: 10px 10px;
    transform-origin: 10px 10px;
}