#countdown_dashboard {
	height: 96px;
	margin-left: 125px;
	width:770px;
	margin:10px auto;
	font-family:Myriad, 'Myriad Pro', Arial, Tahoma,sans-serif;
}

.dash {
	width: 138px;
	height: 96px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 2px;
	padding-left: 13px;
	position: relative;
	color: #333;
}

.weeks_dash {
	background: transparent url('../images/dark_weeks_dash.png') 0 0 no-repeat;
}

.days_dash {
	background: transparent url('../images/dark_days_dash.png') 0 0 no-repeat;
}

.hours_dash {
	background: transparent url('../images/dark_hours_dash.png') 0 0 no-repeat;
}

.minutes_dash {
	background: transparent url('../images/dark_minutes_dash.png') 0 0 no-repeat;
}

.seconds_dash {
	background: transparent url('../images/dark_seconds_dash.png') 0 0 no-repeat;
}

.dash .digit-holder {
	width: 118px;
	height:70px;
	margin:12px 0 0 6px;
	overflow:hidden;
}

.dash .digit-wrapper {
	line-height:70px;
	font-weight: bold;
	float: left;
	width: 52px;
	height:70px;
	margin-right:4px;
	position: relative;
}
.dash .digit {
	font:66px Myriad, 'Myriad Pro', Verdana;
	line-height:70px;
	font-weight: bold;
	width: 52px;
	text-align: center;
	position: absolute;
}

.dash_title {
	display: none;
}