

#countdown_dashboard {
	height: 48px;
	margin-left: 59px;
}

.dash {
	width: 66px;
	height: 48px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 1px;
	padding-left: 6px;
	position: relative;
	color: #333;
}

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

}

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

}

.hours_dash {

	background: transparent url('../images/dark_dash.png') 0 0 no-repeat;

}

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

}

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

}

.dash .digit {
	font: bold 25pt Verdana;
	font-weight: bold;
	float: left;
	width: 27px;
	text-align: center;
	position: relative;
	margin-left: 0px;
	margin-top: 1px;
}

.dash_title {
	display: none;
}



.faded {
	color: #999;
}

