CoolClock.config.skins = {

	chunkySwiss: {
		outerBorder: { lineWidth: 4, radius:97, color: "black", alpha: 1 },
		smallIndicator: { lineWidth: 4, startAt: 89, endAt: 93, color: "black", alpha: 1 },
		largeIndicator: { lineWidth: 8, startAt: 80, endAt: 93, color: "black", alpha: 1 },
		hourHand: { lineWidth: 12, startAt: -15, endAt: 60, color: "black", alpha: 1 },
		minuteHand: { lineWidth: 10, startAt: -15, endAt: 85, color: "black", alpha: 1 },
		secondHand: { lineWidth: 4, startAt: -20, endAt: 85, color: "red", alpha: 1 },
		secondDecoration: { lineWidth: 2, startAt: 70, radius: 8, fillColor: "red", color: "red", alpha: 1 }
	},

	novia: {
		outerBorder: { lineWidth: 0, radius:110, color: "white", alpha: 0 },
		smallIndicator: { lineWidth: 2, startAt: 93, endAt: 101, color: "white", alpha: 1 },
		largeIndicator: { lineWidth: 4, startAt: 76, endAt: 100, color: "white", alpha: 1 },
		hourHand: { lineWidth: 6, startAt: 0, endAt: 45, color: "white", alpha: 1 },
		minuteHand: { lineWidth: 6, startAt: 0, endAt: 65, color: "white", alpha: 1 },
		secondHand: { lineWidth: 3, startAt: 0, endAt: 65, color: "#666", alpha: 1 },
		secondDecoration: { lineWidth: 3, startAt: 70, radius: 8, fillColor: "#0066FF", color: "#0066FF", alpha: 0 }
	}
};


