CoolClock.config.skins = {


	enn: {
		outerBorder: { lineWidth: 4, radius:97, color: "#000000", alpha: 0 },
		smallIndicator: { lineWidth: 1, startAt: 84, endAt: 88, color: "#666666", alpha: 0 },
		largeIndicator: { lineWidth: 8, startAt: 80, endAt: 100, color: "#000022", alpha: 1 },
		hourHand: { lineWidth: 8, startAt: -10, endAt: 56, color: "#000022", alpha: 1 },
		minuteHand: { lineWidth: 8, startAt: -15, endAt: 75, color: "#000022", alpha: 1 },
		secondHand: { lineWidth: 0, startAt: 0, endAt: 0, color: "#9b7f57", alpha: 0 },
		secondDecoration: { lineWidth: 0, startAt: 0, radius: 1, fillColor: "#9b7f57", color: "#666666", alpha:0 }
	}

};


