/*-------------------------------------
Reset
---------------------------------------*/
*           {margin: 0; padding: 0; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box;}
#banner *   {position: absolute;}
#banner br  {position: static;}
img         {border: none; width: 728px;}

/*-------------------------------------
Layout
---------------------------------------*/
#ad {
    width: 728px; 
    height: 90px; 
    -moz-user-select: -moz-none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
#banner {
    position:absolute; 
    display: block; 
    width: 728px; 
    height: 90px; 
    overflow: hidden; 
    cursor: pointer; 
    visibility: hidden; 
    background: #fff;
    border:1px solid rgba(0, 0, 0, .25);
}

#frame_one, #frame_two, #frame_three,  #common    {width: 100%; height: 90px;}
#clickTAG {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	cursor: pointer;
}

.ie-fallback{
    position: absolute;
    z-index: 9999;
	top: 0;
	left: 0;
}

/*-------------------------------------
Banner Body
---------------------------------------*/

.box1{
    width: 728px; 
    height: 136px; 
    top: 0; 
    left: 0; 
    overflow: hidden;
}
.box3{
    width: 282px;
    height: 43px;
    top: 0;
    left: -7px;
    overflow: hidden;
}
.box4{
    width: 234px;
    height: 250px;
    top: 0;
    left: 83px;
    overflow: hidden;
}
.copy4{
    left: -89px;
}

#svg1,#svg2,#svg3,#svg4,#svg5,#svg6,#svg7,#svg8,#svg9,#svg10,#svg11,#svg12{
    opacity: 0;
}
.cta_copy{
    left:620px;
    top: 42px;
    height: 9px;
    width: 75px;
}
.cta_arrow{
    left:700px;
    top: 40px;
    height: 13px;
    width: 8px;
}
#replay{
    z-index: 999;	
    width: 14px; 
    height: 14px; 
    opacity: 0;
    left: 6px;
    top: 5px; 
    cursor: pointer; 

}