

#count-downcontainer {
	position:absolute;
	top:150px;
	right:40px;
	width: 380px;
	color: #555;
}

#countdown_dashboard {
	height: 100px;
}

.dash {
	width: 69px;
	height: 76px;
	background: transparent url('../images/dash2.png') 0 0 no-repeat;
	float: left;
	margin-left: 5px;
	position: relative;
}

.dash .digit {
	font-size: 30px;
	font-weight: bold;
	float: left;
	width: 30px;
	line-height:30px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
	padding: 4px 2px 0px 2px;
}

.dash_title {
	
	display: block;
	width:69px;
	font-size: 9px;
	color: #555;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;


}


