CoolClock.config.skins = {

	chunkyBlue: {
		outerBorder:      { lineWidth: 4, radius: 97, color: "white", alpha: 1 },
		smallIndicator:   { lineWidth: 4, startAt: 89, endAt: 93, color: "white", alpha: 1 },
		largeIndicator:   { lineWidth: 10, startAt: 75, endAt: 97, color: "#709ac7", alpha: 1 },
		hourHand:         { lineWidth: 8, startAt: -15, endAt: 60, color: "#000", alpha: 1 },
		minuteHand:       { lineWidth: 4, startAt: -15, endAt: 85, color: "#000", alpha: 1 },
		secondHand:       { lineWidth: 2, startAt: -20, endAt: 85, color: "red", alpha: 1 },
		secondDecoration: { lineWidth: 2, startAt: 70, radius: 8, fillColor: "red", color: "red", alpha: 1 }
	},

	chunkyGray: {
		outerBorder:      { lineWidth: 4, radius: 97, color: "white", alpha: 1 },
		smallIndicator:   { lineWidth: 4, startAt: 89, endAt: 93, color: "white", alpha: 1 },
		largeIndicator:   { lineWidth: 10, startAt: 75, endAt: 97, color: "#CCC", alpha: 1 },
		hourHand:         { lineWidth: 8, startAt: -15, endAt: 60, color: "#000", alpha: 1 },
		minuteHand:       { lineWidth: 4, startAt: -15, endAt: 85, color: "#000", alpha: 1 },
		secondHand:       { lineWidth: 2, startAt: -20, endAt: 85, color: "red", alpha: 1 },
		secondDecoration: { lineWidth: 2, startAt: 70, radius: 8, fillColor: "red", color: "red", alpha: 1 }
	}
};

