
body {
	background: #ffffff;
}

#container {
	overflow: hidden;
	position: relative;
	width: 970px;
	height: 250px;
	background: #ffffff;
}

#endFrame {
	opacity: 0;
	position: absolute;
	width: 970px;
	height: 250px;
}

img, video, a {
	position: absolute;
	width: 970px;
	height: 250px;
}

#loop {
	width: 1940px;
	height: 1500px;
}

#watch {
	position: absolute;
	width: 970px;
	height: 250px;
	transform-style: preserve-3d;	
    /*perspective-origin: 100px 480px;*/
	perspective:2000px;
}


.hands {
	position: absolute;
	width: 114px;
    height: 118px;
	bottom: 109px;
	left: 254px;
    transform: scaleX(1.1) scaleY(1.1) rotateX(305deg) rotateY(360deg) rotateZ(0deg) ;
  	/* drop shadow below the hands */
	filter: drop-shadow(3px 3px 1px gray);		
}

#needle-hr {
	position: absolute;
	width: 16px;
	height: 48px;
	top: 23px;									/* distance to top side of png */
    left: 49px;									/* distance to left side of png */
    transform-origin: 8px 39px;  				/* center of rotation */
}

#needle-min {						
	position: absolute;
	width: 16px;
	height: 48px;
	top: 23px;									/* distance to top side of png */
    left: 49px;									/* distance to left side of png */
    transform-origin: 8px 39px;  				/* center of rotation */
}

#needle-sec {						
	position: absolute;
	width: 6px;
	height: 17px;
	bottom: 28px;								/* distance to top side of png */
    left: 54px;									/* distance to left side of png */
    transform-origin: 3px 14px;  				/* center of rotation */
}

#circle {
	opacity: 0;
	position: absolute;
    background: lightblue;
    border-radius: 50%;
	width: 114px;
    height: 114px;
    bottom: 0px;
    left: 0px; 
}