#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #8be1c1;  

}

#border {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  border:1px solid #9cd1bc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}

.border2 {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  border:5px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.retina{
  position: absolute;
  width: 300px;
  height: 250px;
  top:0px;
  left:0px;
  right: auto;
  overflow: hidden;
}

.hand{
  position: absolute;
  width: 167px;
  height: 140px;
  top: 81px;
  left: -31px;
}

.schaduw{
  position: absolute;
  width: 167px;
  height: 140px;
  top: 81px;
  left: -31px;
}

