{ padding:0, margin:0, list-style-type:none;}

/*///////////////////////// CODE VOOR SCHERP MAKEN TIJDENS ZOOMEN ///////////////////////////
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
*/

#container{
  position: absolute;
  width: 120px;
  height: 600px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}

#border {
  position: absolute;
  width: 118px;
  height: 598px;
  top: 0px;
  left: 0px;
  border:1px solid #c6c6c6;
  z-index: 21;
}

#overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

.image{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
