#farbtastic {
	position: 			relative;
	z-index: 			10;
}
#farbtastic * {
	position: 			absolute;
	cursor: 			pointer;
}
#farbtastic, #farbtastic-wheel {
	width: 				145px;
	height: 			145px;
}
#farbtastic .color, #farbtastic-overlay {
	top: 				47px;
	left: 				47px;
	width: 				51px;
	height: 			51px;
}
#farbtastic-wheel {
	background: 		url(../cadres-encadrement/images/wheel2.png) no-repeat;
	_background:		none;
	filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../cadres-encadrement/images/wheel2.png', sizingMethod='scale');
	width: 				145px;
	height: 			145px;
	margin-top:			4px;
	_margin-top:		8px;
}
#farbtastic-overlay {
	background: 		url(../cadres-encadrement/images/mask2.png) no-repeat;
	_background:		none;
	filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../cadres-encadrement/images/mask2.png', sizingMethod='scale');
}
#h-marker {
	width: 				17px;
	height: 			17px;
	margin: 			-4px 0 0 -8px;
	_margin: 			0 0 0 -8px;
	overflow: 			hidden;
	background: 		url(../cadres-encadrement/images/marker.png) no-repeat;
	_background:		none;
	filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../cadres-encadrement/images/marker.png', sizingMethod='scale');
}

#sl-marker {
	width: 				17px;
	height: 			17px;
	margin: 			-8px 0 0 -8px;
	overflow: 			hidden;
	background: 		url(../cadres-encadrement/images/marker.png) no-repeat;
	_background:		none;
	filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../cadres-encadrement/images/marker.png', sizingMethod='scale');
}



