
#banner{
  position: absolute;
  width: 336px;
  height: 280px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #fff;  


}

.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;
}




.spriteWrapper{
  position: absolute;
  width: 336px;
  height: 280px;
  top:0px;
  left: 0px;
  overflow: hidden;
}

.sprite{
  position: absolute;
  width: 100%;
  height: auto;
  top:0px;
  left: 0px;
}

.cta{
  position: absolute;
  width: 78px;
  height: auto;
  top: 184px;
  left: 198px;
}

.bg{
  position: absolute;
  width: 425px;
  height: 280px;
  top:0px;
  left:0px;
}

.behang{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1344px;
  height: 280px;
  background-image: url("behang.jpg");
  background-size: 336px 280px;
}