#countDownWrapper {
	width:240px;
	padding-top:0px;
	position: relative;
	float: right;
	margin-right: 20px;
	
}
/* timer general */
#timer {
	position:relative;
}
#timer hr	 {
	position:relative;
	top:39px;
	left:0;
	width:231px;
	height: 1px;
	visibility: hidden;
}

/* timer numbers */
.timer_numbers {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color: white;
}

div[title="Timer Value"]
{
	float:left;
	height:30px;
	padding: 1px 0 0 3px;
	width:45px;
	letter-spacing:10px;
	background:url(../images/countDown/countdown1_s.png) no-repeat;
	
}
#timer_secs
{
	background:url(../images/countDown/countdown2_s.png) no-repeat;
}

/* timer labels */
.timer_labels {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#666;
}

#timer_labels {
	clear: both;
}
div[title="Timer Label"]
{
	position:relative;
	clear: none;
	top:5px;
	width: 40px;
	float: left;
}

#timer_weeks_label {
	left:0px;	
}
#timer_days_label {
	left:7px;
}
#timer_hours_label {
	left:17px;
}
#timer_mins_label {
	left:25px;	
}
#timer_seconds_label {
	left:35px;
}
