.clock
{
	position: relative;
	width: 150px;
	height: 150px;
	background-image:url('../images/clock_back.GIF');
	background-repeat:no-repeat; 
	background-position:center;
	margin:auto;
	cursor:default;
}
.clock img
{
	width: 100%;
	height: 100%;
}
.clock .face, .clock .face div
{
	position: absolute;
	top: 0;
	left: 0;
}
.clock .face
{
	font-family: 'trebuchet ms';
	font-size: 14px;
	font-weight: bold;
}
.clock .hh
{
	background: gray;
	width: 4px;
	height: 4px;
}
.clock .mm
{
	background: gray;
	width: 2px;
	height: 2px;
}
.clock .ss
{
	background: gray;
	width: 1px;
	height: 1px;
}
