#countdown_dashboard { margin-left: 75px; }

.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: #202020;
}
.days_dash { background: transparent url('../images/dark_days_dash.png') 0 0 no-repeat; }

.dash .digit {
	font: bold 52pt Verdana;
	font-weight: bold;
	float: left;
	width: 59px;
	text-align: center;
	position: relative;
}

.dash_title { display: none; }
