.farbtastic {
	POSITION: relative
}
.farbtastic * {
	POSITION: absolute; CURSOR: crosshair
}
.farbtastic {
	WIDTH: 195px; HEIGHT: 195px
}
.farbtastic .wheel {
	WIDTH: 195px; HEIGHT: 195px
}
.farbtastic .color {
	WIDTH: 101px; HEIGHT: 101px; TOP: 47px; LEFT: 47px
}
.farbtastic .overlay {
	WIDTH: 101px; HEIGHT: 101px; TOP: 47px; LEFT: 47px
}
.farbtastic .wheel {
	WIDTH: 195px; BACKGROUND: url(wheel.png) no-repeat; HEIGHT: 195px
}
.farbtastic .overlay {
	BACKGROUND: url(mask.png) no-repeat
}
.farbtastic .marker {
	MARGIN: -8px 0px 0px -8px; WIDTH: 17px; BACKGROUND: url(marker.png) no-repeat; HEIGHT: 17px; OVERFLOW: hidden
}
