/*-------------------------------------
    Reset
---------------------------------------*/
* {
    margin: 0;
    padding: 0;
    position: absolute;
}

#banner * {
  position: absolute;
}

#banner br  {
  position: static;
}

img{
  border: none;
}

/*-------------------------------------
    Layout
---------------------------------------*/

#ad {
  width: 300px;
  height: 250px;
  -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;
  background: #ffffff;
  width: 300px;
  height: 250px;
  overflow: hidden;
  cursor: pointer;
  visibility: hidden;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clicktag {
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.clicktag img {
  border: none;
  outline: none;
}

#frame_one, #frame_two, #frame_three{
  width: 100%;
  height: 100%;
}

/*-------------------------------------
    Common
---------------------------------------*/
.mask{
    height: 200px;
    width: 100%;
    overflow: hidden;
    top:0;
    left: 0;
}
.mask1{
    height: 220px;
    width: 100%;
    overflow: hidden;
    top:0;
    left: 0;

}

.violator, .violator2{
    left: 3px;
    top:76px;
}
.cta{
    top:210px;
    left: 90px;
}

#replay{
    z-index: 999;	
    width: 14px; 
    height: 14px; 
    opacity: 0;
    left: 6px;
    top: 5px; 
    cursor: pointer; 
}