#countdown_dashboard{ overflow:hidden; width:auto; display:block; margin:0 auto; margin-bottom:10px; width:300px;}
.dash {	border-radius: 3px; width: 73px;height:50px; background:transparent url('../images/dash.png') 0 0 no-repeat;float:left;	margin-left: 2px; padding-left:11px;	position:relative; color: #333;}
.weeks_dash { background: transparent url('../images/dark_weeks_dash.png') 0 0 no-repeat; background-size:cover; }
.days_dash { background: transparent url('../images/dark_days_dash.png') 0 0 no-repeat; background-size:cover; }
.hours_dash { background: transparent url('../images/dark_hours_dash.png') 0 0 no-repeat; background-size:cover; }
.minutes_dash {background: transparent url('../images/dark_minutes_dash.png') 0 0 no-repeat; background-size:cover; }
.seconds_dash {background: transparent url('../images/dark_seconds_dash.png') 0 0 no-repeat; background-size:cover; }
.dash .digit {font: bold 28pt Verdana; font-weight: bold; float: left; text-align: center;position: relative; padding:0 1px;}
.dash_title {display: none;}