
.retina{
  position: absolute;
  top: 0px;
  left:0px;
  width: 300px;
  height: 250px;
}

#container {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #e66d08;
  opacity: 0;
}

#border {
  position: absolute;
  width: 300px;
  height: 250px;
  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:0px;
  left:-10px;
  width:345px;
  height: 230px;
}

.adelaarImg{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
}

.panel{
  position: absolute;
  top:15px;
  right: 50px;
  width:200px;
  height: 200px;
}


.cta{
  position: absolute;
  top:12px;
  left: 185px;
  width:125px;
  height: 125px;
}

.ctaImg{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
}

.rollover{
  position: absolute;
  bottom:0px;
  left:-100px;
/*  width:540px;
  height: 360px;*/
}


