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