/* CSS Document */
.countdown{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:60px;
	padding-bottom:35px;
}
.countdown .item{
	position:relative;
	display:inline-block;
	*display:inline;
	text-align:center;
	width:94px;
	height:89px;
	line-height:89px;
	color:#FFF;
	background:url(img/section-under.png) no-repeat top center;
}
.countdown .item .over{
	position:absolute;
	display:block;
	width:94px;
	height:89px;
	top:0px;
	left:0px;
	background:url(img/section-over.png) no-repeat top center;
}
.countdown .item .title{
	position:absolute;
	display:block;
	width:94px;
	height:26px;
	left:0px;
	bottom:-30px;
	background-position:center center;
	background-repeat:no-repeat;
}
.countdown .days .title{ background-image:url(img/days_text.jpg); }
.countdown .hour .title{ background-image:url(img/hour_text.jpg); }
.countdown .mins .title{ background-image:url(img/mins_text.jpg); }
.countdown .secs .title{ background-image:url(img/secs_text.jpg); }













