.countdownHolder{
	width:200px;
	margin-left:27px;
	font: 25px/1.5 'Georgia',sans-serif;
	text-align:center;
}

.dd
{
	margin-left:1.73em;
	margin-top:-0.97em;
	padding-bottom:25px;
	position:relative;
	z-index:10;
}

.day
{
	font-size:7px;
	padding-top:2px;
	padding-bottom:2px;
	color:#fff;
	float:left;
	display:inline-block;
	width:41px;
	text-align:center;
	margin-right:10px;
	background:#999999;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 27px;
	margin-left:-12px;
}

.digit{
	position:absolute;
	display:block;
	width:20px;
	background-color:#cdcdcd;
	text-align:center;
	color:#666;
	letter-spacing:0px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #c9c9c9 50%, #dcdcdc 50%);
	background-image: -o-linear-gradient(bottom, #c9c9c9 50%, #dcdcdc 50%);
	background-image: -moz-linear-gradient(bottom, #c9c9c9 50%, #dcdcdc 50%);
	background-image: -webkit-linear-gradient(bottom, #c9c9c9 50%, #dcdcdc 50%);
	background-image: -ms-linear-gradient(bottom, #c9c9c9 50%, #dcdcdc 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #c9c9c9),
		color-stop(0.5, #dcdcdc)
	);
}

/**
 * Вы можете использовать данные классы для скрытия
 * частей счетчика, которые не нужны.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:15px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	display:none;
	position:absolute;
	width:2px;
	height:2px;
	background-color:#444;
	border-radius:50%;
	margin-left:-2px;
	left:50%;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.9em;
}