#countdown_dashboard {
	height: 110px;
/*	margin-left:20px;*/
}

.dash {
/*	width: 110px;
	height: 114px;*/
	width:80px;
	height:88px;
	background: transparent url('/library/jQuery/dash_small.png') 0 0 no-repeat;
	float: left;
	margin-right: 10px;
	position: relative;
}

.dash .digit {
	font-size: 40pt;
	font-weight: bold;
	line-height:65px;
	float: left;
	width: 40px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	text-align:center;
	right: 4px;
	font-size: 8pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}