.countdownHolder{
	width: 450px;
	margin:0 auto;
	font-size: 30px; font-family: 'PTSansBold'; line-height: 1;
	text-align:right;
	letter-spacing:-13px;
}
.countdownHolder * {text-align: center;}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 22px;
}
.digit{
	position:absolute;
	display:block;
	text-align:center;
	color:#fff;
	padding-top: 5px;
	text-shadow: 0 1px 3px #000;
	text-shadow: 0 1px 1px #000 inset;

}

.countDiv{
	display:none;
	width:16px;
	height:1.6em;
	position:relative;
}

.count_wrap {
    display: inline-block;
    margin: 0;
    position: relative;
    width: 70px;
}

.lay {
    background: url("../images/timer.png") repeat-x scroll 0 0 transparent;
    height: 72px;
    left: -4px;
    position: absolute;
    top: -11px;
    width: 68px;
}


.count_wrap:after {display: block; content: ''; position: absolute; top: -22px; left: 0; right: 0; height: 14px; background: url(../images/days.png) 0 0 no-repeat;}
.count_wrap.countHours:after {background-position: -64px 0;}
.count_wrap.countMinutes:after {background-position: -130px 0;}
.count_wrap.countSeconds:after {background-position: -200px 0;}