#banner{
  position: absolute;
  width: 336px;
  height: 280px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #ccc;  

}

.retina{
  position: absolute;
  width: 336px;
  height: 280px;
  top:0px;
  left:0px;
}

#border {
  position: absolute;
  width: 336px;
  height: 280px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}


.button{
  position: absolute;
  bottom:10px;
  right:15px;
  height: 30px;
  width: auto;
}

.bg{
  position: absolute;
  top: 0px;
  left: 0px;
  width:376px;
  height: 320px;
}

.sticker{
  position: absolute;
  top:-10px;
  left:-10px;
  width:200px;
  height: 200px;
}


.stickerInner{
  position: absolute;
  width:100%;
  height: 100%;
}

.labelWrapper{
  position: absolute;
  top:0px;
  left:0px;
  width:336px;
  height: 182px;
}

.label{
  position: absolute;
  top:0px;
  left:0px;
  width:336px;
  height: 182px;
}
