.countdownHolder{
	width:165px;
	height:72px;
	margin:0 auto;
	font-size:70px;
	text-align:center;
	letter-spacing:-3px;    
	margin-left: 288px;
	margin-top:-14px;
}

.countdownHolder2{
	width:550px;
	height:72px;
	margin-left: 9px;
	margin:0 auto;
	font-size:70px;
	text-align:center;
	letter-spacing:-3px;
	float:right;
}

.position{
	display: inline-block;
	height: 80px;
	overflow: hidden;
	position: relative;
	width:40px;
}

.digit{
	height:72px;
  font-size: 38px;
	position:absolute;
	display:block;
	width:30px;
	/*background-color:#94f1ff;*/
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
/*	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	background-image: linear-gradient(bottom, #0bdfff 50%, #94f1ff 50%);
	background-image: -o-linear-gradient(bottom, #0bdfff 50%, #94f1ff 50%);
	background-image: -moz-linear-gradient(bottom, #0bdfff 50%, #94f1ff 50%);
	background-image: -webkit-linear-gradient(bottom, #0bdfff 50%, #94f1ff 50%);
	background-image: -ms-linear-gradient(bottom, #0bdfff 50%, #94f1ff 50%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #0bdfff),
		color-stop(0.5, #94f1ff)
	);*/
	font-size:72px;
	width:0px;
	height:72px;
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ height: 150px; padding-left:14px;}
.countDiv0{ /* display:none !important;*/ }
.countHours{ display:none;}
.countDiv1{ display:none;}
.countMinutes{ display:none;}
.countDiv2{ display:none;}
.countSeconds{ display:none;}


.countDiv{
	display:inline-block;
	width:16px;
	height:2.4em;
	position:relative;
	 display:none;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#94f1ff;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.9em;
}

.chezhan_timeout{
	width:1000px;	
}

.time-title{
	width:1000px;
	height:72px;
	line-height:72px;
	font-size:70px;
	font-weight:bold;
	text-align:center;	
	color:#0a0a3d;
}

.timeout-img{
	width:30px;
	height:72px;	
	float:left;
}

.timeout-img img{
	width:30px;
	height:72px;	
}
