#t7_timer { 
	width: 220px; 
	height: 35px; 
	position: relative;
}

#t7_vals {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.t7_numbs {
	font-size: 26px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

.red #t7_d, .red #t7_h, .red #t7_m, .red #t7_s {
	background-image: url(../img/countdown/Countdown2-nc.png);
	color: red;
}

.black #t7_d, .black #t7_h, .black #t7_m, .black #t7_s {
	background-image: url(../img/countdown/Countdown2-nc.png);
}

#t7_y {
	background-image: url(../img/countdown/Countdown2-nc.png);
	background-repeat: no-repeat;
	float:left;
	width: 34px;
	height: 26px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_d {
	/*background-image: url(../img/countdown/Countdown2-nc.png);*/
	background-repeat: no-repeat;
	background-position: right;
	float:left;
	width: 33px;
	height:26px;
	line-height:27px;
	vertical-align: middle;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 4px;
	text-align: center;
}
#t7_h {
	/*background-image: url(../img/countdown/Countdown2-nc.png);*/
	background-repeat: no-repeat;
	float:left;
	width: 34px;
	height: 26px;
	line-height:27px;
	vertical-align: middle;
	padding: 0px 0px 0px 1px;
	margin: 1px;
	letter-spacing: 5px;
}
#t7_m {
	/*background-image: url(../img/countdown/Countdown2.png);*/
	background-repeat: no-repeat;
	float:left;
	width: 33px;
	height: 26px;
	line-height:27px;
	vertical-align: middle;
	padding: 0px 0px 0px 1px;
	margin: 1px;
	letter-spacing: 4px;
}
#t7_s {
	background-image: url(../img/countdown/Countdown2-nc.png);
	background-repeat: no-repeat;
	float:left;
	width: 33px;
	height: 26px;
	line-height:27px;
	vertical-align: middle;
	padding: 0px 0px 0px 1px;
	margin: 1px;
	letter-spacing: 4px;
}

#t7_labels {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.t7_labs {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#t7_yl {
	float:left;
	width: 50px;
	height:10px;
	padding:0px;
	margin: 0px;
}
#t7_dl {
	float:left;
	width: 35px;
	height:10px;
	padding:0px;
	margin: 0px;
}
#t7_hl {
	float:left;
	width: 44px;
	height: 10px;
	padding:0px;
	margin: 0px;
}
#t7_ml {
	float:left;
	width: 32px;
	height:10px;
	padding:0px;
	margin: 0px;
}
#t7_sl {
	float:left;
	width: 34px;
	height:10px;
	padding:0px;
	margin: 0px;
}


#defaultCountdown { width: 200px; height: 55px; text-align: center; float: left; /*position: relative; left: 0px; top: 0px; */}
.cdSmall {
	width: 80px !important;
	margin-top: 15px;
}

.cdSmall .t7_numbs {
	font-size: 15px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	margin-right: 3px !important;
}

.cdSmall .t7_labs {
	width: 25px !important;
	margin: 5px 3px 0px 0px !important;
}

.small #t7_d, .small #t7_h, .small #t7_m, .small #t7_s {
	background: url(../img/countdown/Countdown2-nc-small.png) no-repeat center;
	height: 17px;
	width: 22px !important;
	line-height: 17px;
	vertical-align: middle;
	text-align: center;
	padding: 1px 0px 0px 2px;
	margin: 0px;
}