.countdownHolder{
	width:300px;
	font: 25px/1.5 'Tahoma',sans-serif;
	text-align:left;
	letter-spacing:-7px;
	margin-top: 10px;
	padding:0 0 0 22px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 20px;
	

}

.digit{
	position:absolute;
	display:block;
	width:19px;
	height:29px;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	font-size:22px;
	color:#fff;
	letter-spacing:-1px;
	padding:0 1px 3px 0;
}

.digit.static{
	
	
	background-image: url("tic.png");
	
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:0px;
	height:1.6em;
	position:relative;
	margin:0 10px 0 0;	
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	
	content:'';
}

.countDiv:after{
	top:0.9em;
}