CoolClock.config.skins = {

	// these three created by bonstio from http://bonstio.net
	classic/*was gIG*/: {
		outerBorder: { lineWidth: 185, radius:1, color: "#fff", alpha: 0 },
		smallIndicator: { lineWidth: 2, startAt: 89, endAt: 94, color: "#666", alpha: 0 },
		largeIndicator: { lineWidth: 4, startAt: 83, endAt: 94, color: "#000", alpha: 0 },
		hourHand: { lineWidth: 6, startAt: 0, endAt: 60, color: "white", alpha: 1 },
		minuteHand: { lineWidth: 6, startAt: 0, endAt: 80, color: "white", alpha: 1 },
		secondHand: { lineWidth: 2, startAt: -20, endAt: 85, color: "white", alpha: .85 },
		secondDecoration: { lineWidth: 3, startAt: 0, radius: 2, fillColor: "black", color: "black", alpha: 1 }
	}


};

