/*http://randomibis.com/coolclock/*/
CoolClock.config.skins = {

	bmbAgency: {
		outerBorder:      { lineWidth: 10, radius: 90, color: "#eaeaea", alpha: 1 },

		hourHand:         { lineWidth: 8, startAt: -13, endAt: 55, color: "black", alpha: 1 },
		minuteHand:       { lineWidth: 8, startAt: -13, endAt: 80, 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 }
	}

};

