body{
  background-color: white;
  margin:0;
}

#container{
  position: absolute;
  width:320px;
  height:240px;
  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:320px;
  height:240px;
}

.clickArea{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
   cursor: none;
}

#dragArea{
  position: absolute;
  width: 640px;
  top:0px;
  left:-320px;
  height:240px;
  cursor: none;

}

#zwart{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color: #000;
}


#pen{
  position: absolute;
  top: 180px;
  left: 161px;
  width: 136px;
  height: 11px;
  z-index: 4000;

}

#circles{
  position: absolute;
  top:0px;
  left:0px;
}

#circleLeftTop{
top: 55px;
    left: 142px;
}

#circleRightTop{
  top: 55px;
  left: 242px;
}

#circleLeftBottom{
  top: 200px;
  left: 142px;
}

#circleRightBottom{
  top: 200px;
  left: 242px;
}

.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 #a1a1a1;
  border-radius: 50%;
}

#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;
}*/

#tabletWrapper{
 position: absolute;
    top: 65px;
    left: 144px;
    width: 95px;
    height: 128px;
    overflow: hidden;
}

.tabletBgHorizontaal{
position: absolute;
top:0;
left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

#scherm2{
 position: absolute;
  top: 50%;
  margin-top:-27px;
    left: 0px;
width: 100%;
    height: auto;

}

.tabletBg{
position: absolute;
    top: 77px;
    left: 75px;
    width: 173px;
    height: 125px;
    background-color: #fff;
}

#scherm3, #videoPlayer, #videoPlayer2 {
position: absolute;
    top: 72px;
    left: 88px;
    width: 127px;
    height: 72px;
}
#videoPlayer, #videoPlayer2 {
	overflow:hidden;
}

/* 29 frames */
.sprite2{
   position: absolute;
    top: 0px;
    left: 0px;
    width: 3683px;
    height: 154px;
}

/* 38 frames */
.sprite{
   position: absolute;
    top: 0px;
    left: 0px;
    width: 4826px;
    height: 86px;
}

#scherm1{
 position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: auto;
}

#scherm4{
 position: absolute;
top: 0px;
    left: 0px;
width: 96px;
    height: 129px;
}

#scherm6{
 position: absolute;
top: 0px;
    left: 0px;
 width: 96px;
    height: 129px;
}

#scherm5{
 position: absolute;
top: -90px;
    left: 0px;
        width: 100%;
    background-color: #fff;
}

#scherm5 img{

    width: 100%;
    height: auto;
    padding:0px;
    margin:0px;
}

#play{
   position: absolute;
top: 50%;
    left: 50%;
	margin-left:-8px;
	margin-top:-11px;
  z-index: 999;
      width: 17px;
    height: 22px;
    cursor:none;
}

#play2{
   position: absolute;
top: 50%;
    left: 50%;
	margin-left:-12px;
	margin-top:-12px;
  z-index: 999;
      width: 25px;
    height: 25px;
    cursor:none;
}

#blauw{
position: absolute;
    top: 0px;
    left: 0px;
   width: 100%;
    height: 100%;
    background-color: #009fe3;
}