.countdownHolder{
	width:320px;
	margin:0 0 0px 0;
	height:73px !important;
	font-size:25px;
	color:#3b93e6;
	text-align:center;
	letter-spacing:-15px;
	background:url(../images/timerbg.png) no-repeat center;
}
.cname {
	color:black;
	width:392px;
	margin:0;
	padding:5px 0 0;
	text-align:center;
	}
.cname span {
	font-size:16px;
	padding:0 24px;
	}
.position{
	display: inline-block;
	height: 37px;
	overflow: hidden;
	position: relative;
	width: 22px;
	margin: 0 0px;
	padding:0px 0px 21px 0px;
}
.digit{
	position:absolute;
	display:block;
	width:15px;
	text-align:center;
	color:black;
	letter-spacing:-1px;
}

.digit.static{
	padding:0px 0px;
	font-size:38px;
	color:black;
	font-family:'bold';
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{}
.countDiv0{}
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


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

