.timer_numbers { font-size:32px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:left; color:#ffffff; }
#timer_days { background:url(../images/countdown1.png)  no-repeat; float:left; width:76px; height:74px; padding:5px 0 0 5px; letter-spacing:20px; }
#timer_hours { background:url(../images/countdown1.png) no-repeat; float:left; width:76px; height:74px; padding:5px 0 0 5px; letter-spacing:20px; }
#timer_mins { background:url(../images/countdown1.png) no-repeat; float:left; width:76px; height:74px; padding:5px 0 0 5px; letter-spacing:20px; }
#timer_seconds { background:url(../images/countdown2.png) no-repeat; float:left; width:70px; height:74px; padding:5px 0 0 9px; letter-spacing:15px; }
/* timer labels */
.timer_labels { font-size:10px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; color:#fafafa; }
#timer_labels { position:relative; }
#timer_days_label { position:absolute; top:50px; left:22px; }
#timer_hours_label { position:absolute; top:50px; left:100px; }
#timer_mins_label { position:absolute; top:50px; left:184px; }
#timer_seconds_label { position:absolute; top:50px; left:266px; }
#countdown { min-height:70px;}