#main_content .relative {
  position:relative;
}

#main_content .colorpicker {
  position:absolute;
  top: -210px;
  left: -140px;
  background-color: #FFFFFF;
  display: none;
}

#main_content .farbtastic, #main_content .farbtastic div, #main_content .farbtastic div div, #main_content .colorpicker {
  border: none;
  margin: 0;
  padding:0;	
}

.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(mask.png) no-repeat;
}
#main_content .farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(marker.png) no-repeat;
}


