CoolClock.config.skins = {
	diablo: {
		outerBorder: { lineWidth: 4, radius:95, color: "black", alpha: 1 },
		smallIndicator: { lineWidth: 1, startAt: 10, endAt:50 , color: "#6194BC", alpha: 1 },
		largeIndicator: { lineWidth: 8.5, startAt: 60, endAt: 70, color: "#6194BC", alpha: 1 },
		hourHand: { lineWidth: 5, startAt: -15, endAt: 60, color: "black", alpha: 1 },
		minuteHand: { lineWidth: 3, startAt: -25, endAt: 75, color: "black", alpha: 1 },
		secondHand: { lineWidth: 1.5, startAt: -20, endAt: 88, color: "red", alpha: 1 },
		secondDecoration: { lineWidth: 1, startAt: 20, radius: 4, fillColor: "blue", color: "red", alpha: 1 }
	}
};


