/*
#CLOCK {
	display: block;
	float: left;
}
.DIGIT {
	background: url(../images/digit.png) no-repeat 0;
	position: absolute;
	width: 20px;
	height: 36px;
}
.COLON {
	background: url(../images/colon.png) no-repeat 0;
	position: absolute;
	width: 10px;
	height: 40px;
}
*/

#CLOCK table {
	cursor: pointer;
	display: inline;
	width: 100px;
	height: 36px;
}
.DIGIT {
	background: url(../images/digit.png) no-repeat 0 0;
	width: 14px;
	height: 36px;
}
.COLON {
	background: url(../images/colon.png) no-repeat 0 0;
	width: 6px;
	height: 36px;
}

