#countdown_dashboard_right {
	height: 150px;
    padding-right: 35px;
}

#countdown_dashboard_right .dash {
	width: 55px;
	height: 65px;
	/* background: transparent url('../images/countdown/dash55.jpg') 0 0 no-repeat; */
	float: right;
	margin-left: 5px;
	position: relative;
}

#countdown_dashboard_right .days_dash {
	width: 85px;
	height: 65px;
	background: transparent url('../images/countdown/dash_days.jpg') 0 0 no-repeat;
	margin-left: 80px;
	position: relative;
}

#countdown_dashboard_right .seconds_dash {
    background: transparent url('../images/countdown/dash_seconds.jpg') 0 0 no-repeat;
}

#countdown_dashboard_right .minutes_dash {
    background: transparent url('../images/countdown/dash_minutes.jpg') 0 0 no-repeat;
}

#countdown_dashboard_right .hours_dash {
    background: transparent url('../images/countdown/dash_hours.jpg') 0 0 no-repeat;
}

#countdown_dashboard_right .dash .digit {
	font-size: 23pt;
	font-weight: bold;
	float: left;
	width: 27px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
}

#countdown_dashboard_right .days_dash .digit {
	font-size: 25pt;
	font-weight: bold;
	float: left;
	width: 27px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
}

#countdown_dashboard_right .dash_title {

	display: block;
	font-size: 6pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
    clear:left;
    padding-top: 15px;
}

#countdown_dashboard_right .dash_title2 {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 33px;
	font-size: 6pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}

