* {
	margin: 0;
	padding: 0;
}

.analog {
	background: url('../imagens/clock/clockface.jpg.html');
	position: relative;
	width: 110px;
	margin: auto;
	list-style: none;
	background-size: 110px 110px;
	-webkit-background-size: 110px 110px;
	-o-background-size: 110px 110px;
	-khtml-background-size: 110px 110px;
	-moz-background-size: 110px 110px;
	float: left;
}

.analog,.analog .hour,.analog .min,.analog .sec {
	height: 110px;
}

.analog .hour,.analog .min,.analog .sec {
	position: absolute;
	width: 8px;
	top: 0;
	left: 50.5px;
	padding: 0;
}

.analog .sec {
	background: url('../imagens/clock/sechand.png.html');
	z-index: 3;
	background-size: 100% 110px;
	-webkit-background-size: 100% 110px;
	-o-background-size: 100% 110px;
	-khtml-background-size: 100% 110px;
	-moz-background-size: 100% 110px;
	background-repeat: no-repeat;
}

.analog .min {
	background: url('../imagens/clock/minhand.png.html');
	z-index: 2;
	background-size: 100% 110px;
	-webkit-background-size: 100% 110px;
	-o-background-size: 100% 110px;
	-khtml-background-size: 100% 110px;
	-moz-background-size: 100% 110px;
	background-repeat: no-repeat;
}

.analog .hour {
	background: url('../imagens/clock/hourhand.png.html');
	z-index: 1;
	background-size: 100% 110px;
	-webkit-background-size: 100% 110px;
	-o-background-size: 100% 110px;
	-khtml-background-size: 100% 110px;
	-moz-background-size: 100% 110px;
	background-repeat: no-repeat;

}

.title {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.analog .meridiem {
	margin-top: 90px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
  display: inline-block;
}


.img-clock{
	position: absolute;
}