#countdown_dashboard {
	height: 103px;
	float:right;
	padding:10px 0px;
	position:relative;
}

.dash {
	width: 54px;
	height: 66px;
/*	background: transparent url('../images/dash.png') 0 0 no-repeat;*/
	float: left;
	margin:10px 10px;
	position: relative;
}

.weeks_dash {display:none;}

.dash .digit {
	font-size: 30pt;
	font-weight: normal;
	float: left;
	width: 27px;
	height:45px;
  text-align: center;
	font-family: 'DTLNobelTRLight';
	color: #000;
	position: relative;
}

.dash_title {
	position: relative;
	display: block;
	bottom: -2px;
	font-size: 6pt;
  width :100%;
  text-align:center;	
	font-family: 'DTLNobelTRRegular';
	color: #000;
	text-transform: uppercase;
}