/* countdown styles */
#countdown {
	background: url(/img/bg_audience.png) no-repeat 0px 0px;
}
.hasCountdown {
	clear:both;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding div {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	position:relative;
	text-align: center;
	left: 184px;
}
.countdown_show1 div {
	width: 100%;
}
.countdown_show2 div {
	width: 50%;
}
.countdown_show3 div {
	padding: 0 5px;
	width: 190px;
}
.countdown_show4 div {
	background: url(/img/bg_counter.gif) no-repeat;
	padding: 0 5px;
	width: 150px;
}
.countdown_show5 div {
	width: 20%;
}
.countdown_show6 div {
	width: 16%;
}
.countdown_show7 div {
	width: 14%;
}
.countdown_section {
	color:#fff;
	background: url(/img/bg_counter_flip.gif) no-repeat 22px 0;
	height: 160px;
	float: left;
	font-size: 15px;
}
.countdown_amount {
	color:#fff;
	font-size: 80px;
	font-weight: bold;
	display:block;
}
.countdown_descr {
	width: 100%;
}
.countdown {
	clear:both;
	height: 537px;
	padding: 0 0 30px 0;
	position:relative;
	text-align:center;
	top:10px;
	width: 976px;
}
#countline {
	background:#000;
	height: 4px;
	width: 975px;
	position:absolute;
	top:247px;
	z-index:1;
}