body{
  background-color: white;
  margin:0;
}

#btn-white, #logo-white { z-index:10; }

#container{
  position: absolute;
  width: 970px;
  height: 250px;
  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: 970px;
  height: 250px;
}

.clickArea{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
   cursor: none;
   z-index:100;
}

#zwart{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color: #000;
}

#pen{
  position: absolute;
  top: 185px;
  left: 510px;
  width: 174px;
  height: 16px;
  z-index: 4000;
}

#videoPlayer{
  position: absolute;
  top: 79px;
  left: 403px;
  width: 166px;
  height: 92px;
}

#play{
  position: absolute;
  top: 112px;
  left: 402px;
  z-index: 3000;
  width: 18px;
  height: 23px;
  cursor:none;
}

#scherm2{
  position: absolute;
  top: 79px;
  left: 405px;
  width: 161px;
  height: 91px;
}

#scherm1{
  position: absolute;
  top: 91px;
  left: 348px;
  width: 122px;
  height: 68px;
}

.tabletBg{
  position: absolute;
  top: 64px;
  left: 404px;
  width: 162px;
  height: 122px;
  background-color: #000;
}

.tabletBgHorizontaal{
  position: absolute;
  top: 44px;
  left: 348px;
  width: 123px;
  height: 162px;
  background-color: #000;
}