.dash {
	width: 70px;
	height: 60px;
	background: url(../images/line0.png) no-repeat 100% 50%;
	float: left;
	position: relative; 
	padding: 0px 8px 15px 5px;
}

.seconds_dash{
	background: none;
} 


.minutes_dash {
	width: 80px;
}

.dash .digit {   
	float: left;
	width: 28px; 
	text-align: center;
	font: bold 44px  Arial;
	color: #fff;
	position: relative;
	top: 0px; 
    height: 60px; 
} 

.minutes_dash .digit{
	right: -5px; 
}

.dash .tt {
	text-align: left;
	color: #fff;
	font: 14px Arial; 
	margin: 65px 0 0 12px;
	text-transform: uppercase; 
	position: relative;
	top: -10px;
}

.hours_dash .tt{ 
	right: 5px; 
}
.minutes_dash .tt{ 
	right: 14px; 
}

.seconds_dash .tt{ 
	right: 15px; 
}

.dash .digit .top, 
.dash .digit .bottom {
    height: 53px;
}

.dash_title {
	display: none;
}

.seconds_dash .digit {
	
}
