CoolClock.config.skins = {

	
	securephp: {
		outerBorder: { lineWidth: 100, radius:0.45, color: "#FFFF00", alpha: 0.3 },
		smallIndicator: { lineWidth: 2, startAt: 80, endAt:90 , color: "#FFFF00", alpha: 1 },
		largeIndicator: { lineWidth: 8.5, startAt: 20, endAt:40 , color: "#BB0000", alpha: 0.4 },
		hourHand: { lineWidth: 3, startAt: 0, endAt: 60, color: "#FFFF00", alpha: 1 },
		minuteHand: { lineWidth: 2, startAt: 0, endAt: 75, color: "#FFFF00", alpha: 1 },
		secondHand: { lineWidth: 1, startAt: -10, endAt: 80, color: "White", alpha: 0.8 },
		secondDecoration: { lineWidth: 1, startAt: 70, radius: 4, fillColor: "White", color: "red", alpha: 1 }
	},

	Disc: {
	outerBorder: { lineWidth:1, radius:1, color: "#BB0000", alpha: 0.2 },
	smallIndicator: { lineWidth: 2, startAt: 80, endAt: 95, color: "#FFFF00", alpha: 0.8 },
	largeIndicator: { lineWidth: 6, startAt: 25, endAt: 35, color: "#FFFFFF", alpha: 1 },
	hourHand: { lineWidth: 4, startAt: 0, endAt: 65, color: "#FFFFFF", alpha: 1 },
	minuteHand: { lineWidth: 3, startAt: 0, endAt: 75, color: "#FFFFFF", alpha: 1 },
	secondHand: { lineWidth: 1, startAt: -10, endAt: 75, color: "White", alpha: 0.8 },
	secondDecoration: { lineWidth: 1, startAt: 90, radius: 4, fillColor: "White", color: "red", alpha: 1 }
	}
};

