.countdown		{position:absolute;top:200px;left:430px;z-index:1010;display:none;}
.countdown-timer{position:relative;background:url(../images/countdown/bg-counter.png) no-repeat 48px 2px;width:510px;height:65px;margin-left:0;padding-top:0;padding-left:0}
.countdown-timer div,.countdown-timer span{padding:0px;margin:0px}

/*** Back / Front **/
.countdown-timer .back,.countdown-timer .front{position:absolute;width:100%;top:5px}

/*** Flip **/
.countdown-timer img{display:inline-block!important;width:47px;height:28px;position:relative;margin-right:1px}

/*** Flip Holders **/
.countdown-timer .upperHalf,.countdown-timer .upperHalfBack{vertical-align:bottom;height:28px}
.countdown-timer .lowerHalf,.countdown-timer .lowerHalfBack{vertical-align:top;height:28px}
.countdown-timer .upperHalf img{vertical-align:bottom;visibility:visible}
.countdown-timer .lowerHalf img{vertical-align:top;visibility:visible}
.countdown-timer .lowerHalfBack img{vertical-align:top}
.countdown-timer .upperHalfBack img{vertical-align:bottom}

.countdown-timer .hoursDownLeft,.countdown-timer .hoursUpLeftBack,
.countdown-timer .hoursDownLeftBack,.countdown-timer .hoursUpLeft,
.countdown-timer .minutesUpLeft,.countdown-timer .minutesDownLeft,
.countdown-timer .minutesUpLeftBack,.countdown-timer .minutesDownLeftBack,
.countdown-timer .secondsUpLeft,.countdown-timer .secondsDownLeft,
.countdown-timer .secondsUpLeftBack,.countdown-timer .secondsDownLeftBack{padding-left:14px}

/*** Sub Texts **/
.countdown-timer-sub-texts{width:464px;margin:0 0 0 44px;height:20px;font-family:Arial,Verdana,sans-serif;font-size:10px;color:#8b8b8b;text-transform:uppercase;}
.countdown-timer-sub-texts .days{float:left;width:116px;text-align:center;}
.countdown-timer-sub-texts .hours{float:left;width:116px;text-align:center;}
.countdown-timer-sub-texts .minutes{float:left;width:116px;text-align:center;}
.countdown-timer-sub-texts .seconds{float:left;width:116px;text-align:center;}