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