body{
  background-color: white;
  margin:0;
}

#container{
  position: absolute;
  width:300px;
  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:300px;
  height:250px;
}

.clickArea{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  cursor:pointer;
}

#pen{
  position: absolute;
  top: 188px;
  left: 151px;
  width: 124px;
  height: 10px;
}

#circles{
  position: absolute;
  top:0px;
  left:0px;
}

#circleLeftTop{
  top: 52px;
  left: 132px;
}

#circleRightTop{
  top: 52px;
  left: 246px;
}

#circleLeftBottom{
  top: 214px;
  left: 130px;
}

#circleRightBottom{
  top: 213px;
  left: 244px;
}

.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%;
}

/*.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%;
}*/

