/*-------------------------------------
    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;
  width: 300px;
  height: 250px;
  overflow: hidden;
  cursor: pointer;
  visibility: hidden;
  border: 1px solid #666;
  background: #fff;
  -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, #frame_two, #frame_three{
  width: 100%;
  height: 250px;
  margin-left: -1px;
  margin-top: -1px;
}

.sun{
    top:20px;
    left: 24px;
}
.txt1 {
	clip:rect(0px,33px,250px,33px);
   

}


.txt2 {
	clip:rect(0px,52px,250px,52px);
}

.txt3 {
	clip:rect(0px,118px,250px,118px);
}

.wh {
	width:300px;
	height:43px;
	background-color:#ffffff;
}

.b {
top: 250px;
}

.logo {
top: 250px;
}
#replay{
    z-index: 999;	
    width: 14px; 
    height: 14px; 
    opacity: 0;
    left: 2px;
    top: 2px; 
    cursor: pointer; 

}
