.dash {
	width: 40px;
	height: 34px;
	background: transparent url('dash_40.png') 0 0 no-repeat;
	float: left;
	margin-left: 7px;
	margin-bottom:5px;
	position: relative;
}

.dash .digit {
	font-size: 17pt;
	font-weight: bold;
	float: left;
	width: 20px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0;
	width:40px;
	text-align:center;
	font-size: 9px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 0;
}