
.visualiser {
  position: relative;
}
.visualiser * {
  position: absolute;
  cursor: crosshair;
}
.visualiser, .visualiser .wheel {
  width: 195px;
  height: 195px;
}
.visualiser .color, .visualiser .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.visualiser .wheel {
  background: url(../img/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.visualiser .overlay {
  background: url(../img/mask.png) no-repeat;
}
.visualiser .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(../img/marker.png) no-repeat;
}