.countdownHolder{
	width:175px;
	margin:0 0 0 28%;
	font: 13px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
	float:left;
}

.position{
	display: inline-block;
	height: 30px;
	overflow: hidden;
	position: relative;
	width: 23px;
}

.digit{
	position:absolute;
	display:block;
	width:20px;
	background-color:#f3f3f3;
	border-radius:0.2em;
	text-align:center;
	border:1px solid #bcbcbc;
	color:#555; font-size:14px; font-family:'Carrois Gothic', sans-serif; font-weight:bold; padding:0 2px 0 0; float:left;
}



/**
 * 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:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#868686;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:-4px;
	content:'';
}

.countDiv:after{
	top:6px;
}

.countDays, .countDiv0{ display:none;}