/* countdown styles */
.hasCountdown {
	text-align:center;
	width: 168px;
	margin-left:50px;
	margin-right:50px;
	font-size:14px;
	height:50px;
	padding-top:5px;
}
#clock_left { position:absolute; top:13px; left:10px;}
.countdown_holding div {
	
}
.countdown_row {
	width: 100%;
	text-align: center;
	clear: both;
	color:#ffffff;

}
.countdown_show1 div {
	width: 100%;
}
.countdown_show2 div {
	width: 50%;
}
.countdown_show3 div {
	width: 33%;
}
.countdown_show4 div {
	width: 25%;
}
.countdown_show5 div {
	width: 20%;
}
.countdown_show6 div {
	width: 16%;
}
.countdown_show7 div {
	width: 14%;
}
.countdown_section {
	float: left;
	font-size: 75%;
	line-height:1;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	width: 100%;
}

