#cntdwn table { border-collapse: collapse; border: none; }

#cntdwn #timerdays, #cntdwn #timerhours, #cntdwn #timerminutes, #cntdwn #timerseconds { 
	background: url('../images/countdown/timer-bg-center.png') repeat-x; 
	padding: 10px 5px;
	font-weight: bold;
	font-size: 24px;
	color: #565755;
}
#cntdwn td { text-align: center; font-size: 9px; }
#cntdwn .separator {
	background: url('../images/countdown/timer-fg-separator.jpg') no-repeat;
	width: 6px;
}
#cntdwn #left {
	background: url('../images/countdown/timer-bg-cap-left.png') no-repeat;
	width: 8px;
}
#cntdwn #right {
	background: url('../images/countdown/timer-bg-cap-right.png') no-repeat;
	width: 11px;
}
