#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #ccc;  

}

.retina{
  position: absolute;
  width: 300px;
  height: 250px;
  top:0px;
  left:0px;
}

#border {
  position: absolute;
  width: 300px;
  height: 250px;
  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;
}

.checkbox{
  position: absolute;
  background-color: rgba(255,255,255,0);
  border-radius: 3px;
  overflow: hidden;
}

.checkboxWrapper{
  position: absolute;
  width:25px;
  height: 25px;
  top:152px;
  left: 20px;
}

.checkbox{
  width:25px;
  height: 25px;
  top:0px;
  left: 0px;
}


.check{
  position: absolute;
  width:25px;
  height: 25px;
  top:0px;
  left:0px;
  overflow: hidden;
}


.line{
  position: absolute;
  background-color: #fff;
}

.lineTop{
  width: 100%;
  height: 3px;
  top:0px;
  left:0px;
}

.lineBottom{
  width: 100%;
  height: 3px;
  bottom:0px;
  right:0px;
}

.lineLeft{
  width: 3px;
  height: 100%;
  left:0px;
  bottom:0px;
}

.lineRight{
  width: 3px;
  height: 100%;
  right: 0px;
  top:0px;
}


.text1, .text2{
  left:7px;
}

.imgWrapper{
  position: absolute;
  width: 300px;
  height: 250px;
  top:0px;
  left: 0px;    
  overflow: hidden;
}

