@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */
{ padding:0, margin:0, list-style-type:none;}

#container {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

#border {
  position: absolute;
  width: 298px;
  height: 248px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc; 
  z-index: 999;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

#rand{
  position: absolute;
  z-index: 998;
}

#logo{
  position: absolute;
  bottom: 12px;
  left: 15px;
  z-index: 998;
}

#img_1, #img_2, #img_3, #img_4, #img_5, #img_5b, 
#iphone, #txt1, #txt2, #txt3, #txt4a, #txt4b, #blt1, #blt2, #blt3{
  position: absolute;
}

#txt1, #txt2, #txt3 {
  position: absolute;
  bottom: 30px;
}

#txt4b {
  top: 10px;
}

#blt1, #blt2, #blt3{
  clip: rect(0px,0px,280px,0px);
}

#btn{
  position: absolute;
  bottom: 12px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
}

