
.retina{
  position: absolute;
  top: 0px;
  left:0px;
  width: 300px;
  height: 600px;
}

#container {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #e66d08;
  opacity: 0;
}

#border {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 1001;
}

.adelaar{
  position: absolute;
  top:105px;
  left:-120px;
  width:540px;
  height: 360px;
}

.adelaarImg{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
}

.panel{
  position: absolute;
  top:100px;
  left: 13px;
  width:274px;
  height: 274px;
}


.cta{
  position: absolute;
  top:259px;
  left: 132px;
  width:130px;
  height: 130px;
}

.ctaImg{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
}

.rollover{
  position: absolute;
  bottom:0px;
  left:-100px;
/*  width:540px;
  height: 360px;*/
}

