/*-------------------------------------
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: #ffffff;
}
.clicktag {
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, .25);
}
.clicktag img {
  border: none;
  outline: none;
}
#frame_one, #frame_two, #frame_three, #frame_four, #common {
  width: 100%;
  height: 90px;
}
/*-------------------------------------
Banner Body
---------------------------------------*/
.blurb {
  left: 480px;
  top: 8px;
  width: 65px;
  height: 77px;
}
.cta {
  position: absolute;
  left: 592px;
  top: 32px;
  width: 81px;
  height: 26px;
}
.cta_txt {
  left: 592px;
  top: 34px;
  width: 79px;
  height: 22px;
}
.pack {
  right: 0px;
  top: 0px;
  width: 188px;
  height: 250px;
}
#replay {
  z-index: 999;
  width: 14px;
  height: 14px;
  opacity: 0;
  left: 710px;
  top: 3px;
  cursor: pointer;
  position: absolute;
}