.countdownTimer,
.ct_sep
{
	display:				inline-block;
}

.ct_sep,
.ct_dig
{
	float:					left;
	text-align:				center;
	margin-right:			1px;
	height:					36px;
	overflow:				hidden;
	color:					transparent;
	background-image:		url( '../images/counter-small.png' );
	background-position:	-234px 0;
}

.ct_days,
.ct_hours,
.ct_mins,
.ct_secs
{
	display:				inline-block;
	position:				relative;
	padding-bottom:			18px;
}

.ct_label
{
	position:				absolute;
	bottom:					0px;
	left:					0px;
	height:					14px;
	width:					100%;
	padding-top:			6px;
	text-align:				center;
	font-size:				9px;
	color:					#c5c5c5;
}

.countdownTimerExpired
{
	background:				black;
	color:					white;
	font-size:				22px;
	display:				inline-block;
	width:					180px;
	height:					34px;
	line-height:			34px;
	text-align:				center;
}

.countdownTimerExpired a
{
	color:					white;
}

.countdownTimerExpired,
.ct_sep,
.ct_dig
{
	font-family:			Arial, Helvetica, sans-serif;
	padding-left:			1px;
}

.ct_dig
{
	width:					24px;
}

.ct_sep
{
	width:					6px;
	margin-right:			4px;
	background-position:	-262px 0;
}

.ct_digval_0
{
	background-position:	-234px 0;
}

.ct_digval_1
{
	background-position:	0 0;
}

.ct_digval_2
{
	background-position:	-26px 0;
}

.ct_digval_3
{
	background-position:	-52px 0;
}

.ct_digval_4
{
	background-position:	-78px 0;
}

.ct_digval_5
{
	background-position:	-104px 0;
}

.ct_digval_6
{
	background-position:	-130px 0;
}

.ct_digval_7
{
	background-position:	-156px 0;
}

.ct_digval_8
{
	background-position:	-182px 0;
}

.ct_digval_9
{
	background-position:	-208px 0;
}