.clock {
	position: relative;
	width: 60px;
	height: 60px;
	background: url(../clock/clockface.jpg);
	list-style: none;
	float: left;
}

.min, .hour {
	position: absolute;
	width: 4px;
	height: 60px;
	top: 0px;
	left: 28px;
}
   
.min {
	background: url(../clock/minhand.png);
	z-index: 2;
}
   
.hour {
	background: url(../clock/hourhand.png);
	z-index: 1;
}

.time-text p{
	color: #666666;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.4px;
	line-height: 14px;
	padding: 14px 0 0 77px;
}

.time-text p,
.clock{
	margin-top: 22px;
}

#big-clock{
	position: relative;
	list-style: none;
	float: right;
	height: 99px;
	width: 99px;
	display: block;
	margin: 0 0 20px 20px;
	background: url(../clock/bigclock.jpg) no-repeat;
}

#bigmin, #bighour {
	position: absolute;
	width: 7px;
	height: 99px;
	top: 0px;
	left: 46px;
	}
   
#bigmin {
	background: url(../clock/bigminutehand.png);
	z-index: 2;
}
   
#bighour {
	background: url(../clock/bighourhand.png);
	z-index: 1;
}