/*-------------------------------------
    Reset
---------------------------------------*/
* {
  margin: 0;
  padding: 0;
  position: absolute;
}
#banner * {
  position: absolute;
}

/*-------------------------------------
    Layout
---------------------------------------*/

#ad {
  width: 300px;
  height: 500px;
  -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: 300px;
  height: 500px;
  overflow: hidden;
  border: 0px solid #0054a6;
  background: #fff;
  cursor: pointer;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.clicktag {
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background:gray;
  opacity:0;
}
.clicktag img {
  border: none;
  outline: none;
}

/*-------------------------------------
    Banner Body
---------------------------------------*/
#frame_one{
  width: 100%;
  height: 500px;
}



