/* UTC+4 time 05:15:10 */
/* browser prefix: -webkit- */

.myClockJS .dial .arr b:nth-child(1)
, .myClockJS .dial .arr b:nth-child(2)
{
	-webkit-animation-name: arr1;
}
@-webkit-keyframes arr1 {
	from {-webkit-transform: rotate(158deg)}
	to {-webkit-transform: rotate(518deg)}
}

.myClockJS .dial .arr b:nth-child(3)
, .myClockJS .dial .arr b:nth-child(4)
{
	-webkit-animation-name: arr2;
}
@-webkit-keyframes arr2 {
	from {-webkit-transform: rotate(91deg)}
	to {-webkit-transform: rotate(451deg)}
}

.myClockJS .dial .arr b:nth-child(5)
, .myClockJS .dial .arr b:nth-child(7)
{
	-webkit-animation-name: arr3;
}
@-webkit-keyframes arr3 {
	from {-webkit-transform: rotate(60deg)}
	to {-webkit-transform: rotate(420deg)}
}