CoolClock.config.skins = {
	neoclassical: {
		outerBorder: { lineWidth: 185, radius:1, color: "#EEEEEE", alpha: 1 },
		smallIndicator: { lineWidth: 2, startAt: 89, endAt: 94, color: "#237FA1", alpha: 1 },
		largeIndicator: { lineWidth: 4, startAt: 83, endAt: 94, color: "#237FA1", alpha: 1 },
		hourHand: { lineWidth: 5, startAt: 0, endAt: 60, color: "#333333", alpha: 1 },
		minuteHand: { lineWidth: 4, startAt: 0, endAt: 80, color: "#333333", alpha: 1 },
		secondHand: { lineWidth: 1, startAt: -20, endAt: 85, color: "red", alpha: .85 },
		secondDecoration: { lineWidth: 3, startAt: 0, radius: 2, fillColor: "black", color: "black", alpha: 1 }
	}
};


