/*
	clock container allows the whole thing to be relatively positioned
	and provides some black spacing
*/
#clockContainer {
	background: #fff;
	color: #00;
	position:relative;
	width:154px;
	height:59px;
	
	}



/* clock div must be absolutely positioned for clip() to work */
#clock {
	position:absolute;
	left:0px;
	top:2px;
	width:154px;
	height:280px;
	clip:rect(0 154px 59px 0);
	}



/* spans are gradient covers top and bottom */
#clock span {
	display:block;
	background:url(maskweb.png) transparent;
	width:154px;
	height:59px;
	position:absolute;
	left:0px;
	}



/* position images */
#clock img {
	position:absolute;
	top:0;
	}


#pound1 { left:0px; width:15px; height:21px; padding-top:36px; padding-left:13px;}
#digit0 { left:15px; width:15px; height:260px; padding-top:17px;}
#coma1 { left:30px; top:20px; width:5px; height:20px;  padding-top:37px;}
#digit1 { left:35px; width:15px; height:260px; padding-top:17px;}
#digit2 { left:50px; width:15px; height:260px;  padding-top:17px;}
#digit3 { left:65px; width:15px; height:260px;  padding-top:17px;}
#coma2 { left:80px; top:20px; width:5px; height:20px;  padding-top:37px;}
#digit4 { left:85px; width:15px; height:260px;  padding-top:17px;}
#digit5 { left:100px; width:15px; height:260px;  padding-top:17px;}
#digit6 { left:115px; width:15px; height:260px;  padding-top:17px;}
