.position{
	display: inline-block;
	position: relative;
	width:35px;
	height:45px;
	background:url(../img/bg-counter.png) no-repeat;
	margin:0 -7px 0 0;
}

.digit{
	display:block;
	text-align:center;
}

.digit.static{
	line-height:45px;
	color:#e4e4e4;
	font-size:36px;
}

/**
 * Вы можете использовать данные классы для скрытия
 * частей счетчика, которые не нужны.
 */

.countDays{margin:0 10px 0 0;}
.countDiv0{display:none !important;}
.countHours{margin:0 10px 0 0;}
.countDiv1{display:none !important;}
.countMinutes{}
.countDiv2{ display:none !important;}
.countSeconds{ display:none !important;}

