

#banner{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color:#4bb166;  

}

.border {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
}



.retina{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left:0px;
}

.packshot{
  position: absolute;
  width: 400px;
  height: 100%;
  top:0px;
  left:-50px;
}
