#t7_timer { 
    width: 150px;
    height: 35px;
    position: relative;
}

#t7_timer_over { 
    width: 150px;
    height: 35px;
    background-image: url(../img/countdown/Countdown-over.gif);
    background-repeat: no-repeat;
    position: absolute;
    top: 11px;
    left: 1px;
}

#t7_vals {
    width: 100%;
    clear:both;
    margin: 0 auto;
}

.t7_numbs {
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

#t7_d, #t7_h, #t7_m, #t7_s {
    background-image: url(../img/countdown/Countdown2.png);
    background-repeat: no-repeat;
    float:left;
    width: 24px;
    height:21px;
    padding: 3px 0 0 4px;
    margin: 1px;
    letter-spacing: 7px;
}

#t7_labels {
    width: 100%;
    clear:both;
    margin: 0 auto;
}

.t7_labs {
    font-size: 9px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-top:-5px;
}

#t7_dl {
    float:left;
    width: 28px;
}
#t7_hl {
    float:left;
    width: 35px;
}
#t7_ml {
    float:left;
    width: 26px;
}
#t7_sl {
    float:left;
    width: 28px;
}

#defaultCountdown { width: 300px; height: 55px; text-align: center;}
