#defaultCountdown {
	width: 120px;
	height: 55px;
	text-align: center;
	clear: both;
	float: right;
	margin-right: 25px;
}
#cd_timer {
/*	width: 180px;*/
	height: 55px;
	position: relative;
}
#cd_vals {
	width: 100%;
	clear:both;
	margin: 0px auto;
}
#cd_labels {
	width: 100%;
	clear:both;
	margin: 0px auto;
}
.numbs {
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	float: left;
	width: 33.3%;
}
.labs {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	color: #FFFFFF;
	float: left;
	width: 33.3%;
}
