{ padding:0, margin:0, list-style-type:none;}

#container{
  position: absolute;
  width: 160px;
  height: 600px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}

#frame1{
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('bg.jpg');
  background-size: 160px 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
}

#frame2{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
}

#eten{
  position: absolute;
  top: 0px;
  left: 0px;
}

.retina{
  position: absolute;
  width: 160px;
  height: 600px;
}

#border {
  position: absolute;
  width: 158px;
  height: 598px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
}

#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  cursor: pointer;
  top:0;
  left:0;
}

#logo{ 
  position:absolute;
  top:0px;
  right:0px;
}

#vlak{
  position: absolute;
  width: 160px;
  height: 207px;
  bottom: 0px;
  background-color: #80bd1d;
}

/* ///////////////////// BBQ /////////////////////////////// */

#bbq_top{
  position:absolute;
  top:0px;
  right:0px;
}

#bbq_mid{
  position:absolute;
  top:0px;
  right:0px;
/*  background-color: #ff0000;*/
}

#bbq_bottom{
  position:absolute;
  top:0px;
  right:0px;
}

#bbq_midWARP {
  position: absolute;
  width: 160px;
  height: 600px;
  clip: rect(183px,300px,183px,0px); 
  /*background-color: #ff0000;*/ 
}

/* ///////////////////// CTA /////////////////////////////// */

#txt_btn{
  position: absolute;
  width: 112px;
  height: 33px;
  bottom: 135px;
  left: 24px;
}
#arrow {
  position: absolute;
  width: 13px;
  height: 14px;
  bottom: 145px;
  left: 35px;
}

