/*standard countdown*/
#countdown-box {
	background: url(/images/countdown/clock-bg-full.png) no-repeat;
	height: 66px;
	width:942px;
	position:relative;
	margin:0 auto}
	#countdown-box.end-tomorrow, 
	#countdown-box.last-day {background: url(/images/countdown/ends-tomorrow.png) no-repeat;}
	
	a #countdown-box p {
		color:#FFF;
		font-size:17px;
		font-weight:bold;
		position:absolute;
		top:14px;
		text-decoration:none;
		text-align:center;
		width:536px;
	}
	#countdown-box.last-day p,
	#countdown-box.end-tomorrow p {display:none;}
	#countdown-box.end-tomorrow p.text,
	#countdown-box.last-day p.text {display:block}
#countdown {
	position:absolute;
	right:12px;
	top: 26px;
	color:#FFF;
	font-size:24px;
	font-weight:bold;}
#countdown .epiclock-digit {margin-right:35px;}