/* timer general */
#timer {
	position:relative;
	margin:0px 0px 0px 80px;
}

/* timer numbers */
.timer_numbers {
	font-size:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#CCC;
}

#timer_days ,
#timer_hours ,
#timer_mins ,
#timer_seconds {
	background:url(../images/countdown2.png) #3C3C3E no-repeat;
	float:left;
	width:100px;
	height:60px;
	padding:12px 0 0 15px;
	letter-spacing:35px;
}

/* timer labels */
.timer_labels {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#666;	
}

#timer_labels {
	position:relative;
}

#timer_days_label {
	position:absolute;
	top:70px;
	left:30px;	
}

#timer_hours_label {
	position:absolute;
	top:70px;
	left:145px;
	
}

#timer_mins_label {
	position:absolute;
	top:70px;
	left:250px;	
}

#timer_seconds_label {
	position:absolute;
	top:70px;
	left:360px;
}
