body{
  background-color: white;
  margin:0;
}

#container{
  position: absolute;
  width:336px;
  height:280px;
  overflow: hidden;
  border: 1px solid #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#wrapper{
  display: none;
}

.images{
  position: absolute;
  top:0px;
  left:0px;
  width:336px;
  height:280px;
}

.clickArea{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
   cursor: none;
}

#dragArea{
  position: absolute;
  width: 672px;
  top:0px;
  left:-336px;
  height:280px;
  cursor: none;

}

#zwart{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color: #fff;
}


#pen{
  position: absolute;
    top: 211px;
    left: 168px;
  width: 140px;
  height: 11px;
  z-index: 4000;

}

#circles{
  position: absolute;
  top:0px;
  left:0px;
}

#circleLeftTop{
    top: 70px;
    left: 77px;
}

#circleRightTop{
     top: 70px;
    left: 250px;
}

#circleLeftBottom{
  top: 195px;
  left: 77px;
}

#circleRightBottom{
  top: 195px;
  left: 250px;
}

.circle{
  position: absolute;
  width:40px;
  height:40px;

}



.circle1, .circle2, .circle3, .circle4, .circle5{
      box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  position: absolute;
/*   left:10px;
  top:10px;*/
  height: 0px;
  width:0px;
  border: 1px solid #404040;
  border-radius: 50%;
}

#videoPlayer{
 position: absolute;
    top: 93px;
    left: 88px;
    width: 152px;
    height: 86px;
    overflow: hidden;
}

.sprite{
   position: absolute;
    top: 0px;
    left: 0px;
    width: 5776px;
    height: 86px;
}

#play{
   position: absolute;
    top: 136px;
    left: 200px;
  z-index: 3000;
      width: 18px;
    height: 23px;
}

#scherm2{
 position: absolute;
    top: 93px;
    left: 88px;
    width: 152px;
    height: 86px;
}

#scherm1{
 position: absolute;
  top: 113px;
    left: 145px;
    width: 120px;
    height: 68px;
}




.tabletBg{
position: absolute;
    top: 77px;
    left: 75px;
    width: 173px;
    height: 125px;
    background-color: #fff;
}

.tabletBgHorizontaal{
position: absolute;
    top: 60px;
    left: 146px;
    width: 125px;
    height: 173px;
    background-color: #000;
}


/*.circle4{
      box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  position: absolute;
   left:6px;
  top:6px;
  height: 28px;
  width:28px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}

.circle5{
      box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  position: absolute;
   left:6px;
  top:6px;
  height: 28px;
  width:28px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}*/

