.circolor {
	position: relative;
	background: url("../img/wheelpicker/wheel.500.png") no-repeat 0 0;
	background-size: 100% 100%;
	width: 100%;
	/*height: 100%;*/
}

.circolor .aspect {
	padding-top: 100%;
}

.circolor.ring {
	background-image: url("../img/wheelpicker/wheel.500.hole.png");
}

.circolor .crosshair {
	position: absolute;
	background: url("../img/wheelpicker/crosshair2.png") no-repeat 0 0;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	top: 50%;
	left: 50%;
}

.circolor.dark .crosshair {
	background-image: url("../img/wheelpicker/crosshair2_fill.png")
}