{ padding:0, margin:0, list-style-type:none;}

.txt{
    image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */               
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

#container{
  position: absolute;
  width: 120px;
  height: 600px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #df0000;
  cursor: pointer;
}

#border {
  position: absolute;
  width: 118px;
  height: 598px;
  top: 0px;
  left: 0px;
  border:1px solid #c6c6c6; 
  z-index: 10;
}

#bullet1, #bullet2, #bullet3{
  position: absolute;
  z-index: 20;
}

#bullet1{
  top: 479px;
  left: 26px;
  width:16px;
  height:16px;
  border: solid 2px #fff;
  border-radius:50%;

}

#bullet2{
  top: 479px;
  left: 52px;
  width:16px;
  height:16px;
  border: solid 2px #fff;
  border-radius:50%;
}

#bullet3{
  top: 479px;
  left: 78px;
  width:16px;
  height:16px;
  border: solid 2px #fff;
  border-radius:50%;
}

#logobalk{
  z-index: 8;
  position: absolute;
}

#cirkel{
  z-index: 5;
  position: absolute;
  left: -150px;
  top: 20px;
}

#txta, #txtb, #txtc{
  z-index: 10;
  position: absolute;
}

#packshot1, #packshot1b, #packshot1c, #packshot2, #packshot3{
  top: 0px;
  z-index: 15;
  position: absolute;
}

#btn, #txt1, #prijs1, #txt2, #prijs2, #txt3, #prijs3{
  top: 0px;
  z-index: 0;
  position: absolute;
}

#btn{
      image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */               
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
  left: 9px;
  top: 410px;
}
