	#countbox {
		color: #fff;
		font-size: 17px !important;
		width: 190px;
		height: 30px;
		line-height: 30px;
		background: url('../../images/text/timer.png')no-repeat center center;
	} 
	#countbox .countbox-num {
		float: left;
		width: 26px;
		height: 30px;
		text-align: center !important;
		margin-right: 16px;
	}
	#countbox-days1,
	#countbox-hours1,
	#countbox-mins1,
	#countbox-secs1 {
		float: left;
		width: 12px;
		z-index: 1;
		text-align: center !important;
	}
	#countbox-days2,
	#countbox-hours2,
	#countbox-mins2,
	#countbox-secs2 {
		float: left;
		height: 30px;
		width: 12px;
		z-index: 1
	}
	
#countbox .countbox-num:nth-child(1){
	margin-right: 34px;
	margin-left: 10px;
	width: 35px;
}

#countbox .countbox-num:last-child{
	margin-right: 0;
}