	div.digi-clock { 
		background:url(/_img/hh-digi-clock.jpg) no-repeat left top; 
		position:relative; width:400px; height:230px;
	}
	
	div.digi-clock div { 
		height:50px; position:absolute; top:85px; 
	}
	
	div#myRF_hours { width:75px; left:124px; }
	div#myRF_sep { width:34px; left:194px; background:url(/_img/hh-clock-numbers.png) no-repeat -324px top;  }
	div#myRF_minutes { width:80px; left:225px; }
	div#myRF_ampm { width:32px; height:20px !important; left:316px; top:114px; }
	
	div#myRF_hhAlert { 
		height:auto !important; width:360px; padding-left:40px; 
		top:auto !important; bottom:10px !important; text-align:center; 
		display:none;
	}
	
	div.digi-clock p { 
		padding:0; margin:0 1px; float:left; height:50px;
		background:url(/_img/hh-clock-numbers.png) no-repeat left top;
	}
	div.digi-clock p span { display:none; }
	
	div.digi-clock p.one  	{ width:25px; }
	div.digi-clock p.two  	{ width:33px; background-position:-26px top; }
	div.digi-clock p.three  { width:34px; background-position:-58px top; }
	div.digi-clock p.four  	{ width:33px; background-position:-92px top; }
	div.digi-clock p.five  	{ width:34px; background-position:-125px top; }
	div.digi-clock p.six  	{ width:33px; background-position:-159px top; }
	div.digi-clock p.seven  { width:33px; background-position:-192px top; }
	div.digi-clock p.eight  { width:33px; background-position:-225px top; }
	div.digi-clock p.nine  	{ width:34px; background-position:-258px top; }
	div.digi-clock p.zero  	{ width:33px; background-position:-292px top; }
	
	div.digi-clock div#myRF_hours p.zero  	{ visibility:hidden; }
	div.digi-clock div#myRF_hours p + p.zero  { visibility:visible; }
	
	div.digi-clock p.am		{ width:32px; height:20px !important; background:url(/_img/hh-clock-numbers.png) no-repeat -359px -6px; }
	div.digi-clock p.pm		{ width:32px; height:20px !important; background:url(/_img/hh-clock-numbers.png) no-repeat -359px -29px }
	
