.days {
	width: 111px;
	height: 91px;
	float: left;
	background-image:url(../graphics/days.png);
	background-repeat: no-repeat;
	font-family: arial, helvetica;
	font-size: 55px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-right: 2px;
	zoom: 0.93;
-moz-transform: scale(0.93);
-moz-transform-origin: 0 0;
-o-transform: scale(0.93);
-o-transform-origin: 0 0;
-webkit-transform: scale(0.93);
-webkit-transform-origin: 0 0;
}
.hours {
	width: 111px;
	height: 91px;
	float: left;
	background-image:url(../graphics/hours.png);
	background-repeat: no-repeat;
	font-family: arial, helvetica;
	font-size: 55px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-right: 2px;
zoom: 0.93;
-moz-transform: scale(0.93);
-moz-transform-origin: 0 0;
-o-transform: scale(0.93);
-o-transform-origin: 0 0;
-webkit-transform: scale(0.93);
-webkit-transform-origin: 0 0;
}
.minutes {
	width: 111px;
	height: 91px;
	float: left;
	background-image:url(../graphics/minutes.png);
	background-repeat: no-repeat;
	font-family: arial, helvetica;
	font-size: 55px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-right: 2px;
zoom: 0.93;
-moz-transform: scale(0.93);
-moz-transform-origin: 0 0;
-o-transform: scale(0.93);
-o-transform-origin: 0 0;
-webkit-transform: scale(0.93);
-webkit-transform-origin: 0 0;
}
.seconds{
	width: 111px;
	height: 91px;
	float: left;
	background-image:url(../graphics/seconds.png);
	background-repeat: no-repeat;
	font-family: arial, helvetica;
	font-size: 55px;
	font-weight: bold;
	color: white;
	text-align: center;
zoom: 0.93;
-moz-transform: scale(0.93);
-moz-transform-origin: 0 0;
-o-transform: scale(0.93);
-o-transform-origin: 0 0;
-webkit-transform: scale(0.93);
-webkit-transform-origin: 0 0;
}

