.countbox {
	color: #2f2f2f;
	font-family: "RobotoRegular";
	font-size: 69px;
    margin-top: 15px;
    margin-bottom: 25px;
	height: 106px;
	line-height: 82px;
	padding: 0;
	width: 324px;
}
.countbox .countbox-num
{
	float: left;
}
.countbox .countbox-space
{
	float: left;
	height: 90px;
	width: 8px;
}
.countbox-hours1,.countbox-mins1,.countbox-secs1,.countbox-hours2,.countbox-mins2,.countbox-secs2
{
	background-image: url('../img/flip.png');
	background-repeat: no-repeat;
	float: left;
	height: 89px;
	margin: 0 -4px 0 0;
	text-align: center;
	width: 55px;
	z-index: 1;
}
.countbox-hours-text,.countbox-mins-text,.countbox-secs-text
{
	background-position: center;
	background-repeat: no-repeat;
	height: 14px !important;
	margin-top: 90px;
	position: absolute;
	width: 106px;
}
.countbox-hours-text
{
	background-image: url('../img/hours_text.gif');
}
.countbox-mins-text
{
	background-image: url('../img/mins_text.gif');
}
.countbox-secs-text
{
	background-image: url('../img/secs_text.gif');
}
.countbox-hours1 span, .countbox-hours2 span, .countbox-mins1 span, .countbox-mins2 span, .countbox-secs1 span, .countbox-secs2 span
{
	background: url('../img/flip_gradient.png');
	background-repeat: no-repeat;
	display: block;
	height: 89px;
	position: absolute;
	width: 55px;
}