#countdown_dashboard {
	position:relative;
	float:left;
	border-top:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background-color:#C12320;
	margin-top:100px;
	width:400px;
	height: 38px;
	overflow:hidden;
}

.dash {
	width: 65px;
	height: 35px;
	font-family: Tahoma;
	/*background: transparent url('../images/dash.png') 0 0 no-repeat;*/
	float: left;
	margin-left: 0px;
	padding-left: 15px;
	position: relative;
	color: #333;
}

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

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

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

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

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

.dash .digit {
	font: bold 24pt Verdana;
	font-weight: bold;
	float: left;
	width: 21px;
	padding:0px;
	text-align: top;
	position: relative;
}

.dash_title {
	display: none;
}