/* jQuery Countdown styles 1.5.6. */
.hasCountdown {

}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	
}
.countdown_row {
	clear: both;
	/*width: 100%;*/
	padding: 0px 2px;
	text-align: center;color: #ffcad6;
}
.countdown_show1 .countdown_section {
	width: 50px;
}
.countdown_show2 .countdown_section {
	width: 50px;
}
.countdown_show3 .countdown_section {
	width: 50px;
}
.countdown_show4 .countdown_section {
	width: 50px;
}
.countdown_show5 .countdown_section {
	width: 50px;
}
.countdown_show6 .countdown_section {
	width: 50px;
}
.countdown_show7 .countdown_section {
	width: 50px;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
	background:transparent url(../img/time.png) 50% 50% no-repeat;
	padding:5px;
	margin:5px;
}
.countdown_amount {
	font-size: 20px;
	color: #fff;
}
.countdown_descr {

}

