.analog {
	position: relative;
	width: 150px;
  margin: auto;
	background: url(/custom/widgets/clock/images/clockface.jpg);
	list-style: none;
}

.analog,.analog .hour,.analog .min,.analog .sec {
	height: 150px;
	margin: 0;
	padding: 0;
}

.analog .hour,.analog .min,.analog .sec {
	position: absolute;
	width: 8px;
	top: 0;
	left: 70.5px;
  padding: 0;
	margin: 0;
	padding: 0;
}

.analog .sec {
	background: url(/custom/widgets/clock/images/sechand.png);
	z-index: 3;
	margin: 0;
	padding: 0;
}

.analog .min {
	background: url(/custom/widgets/clock/images/minhand.png);
	z-index: 2;
	margin: 0;
	padding: 0;
}

.analog .hour {
	background: url(/custom/widgets/clock/images/hourhand.png);
	z-index: 1;
	margin: 0;
	padding: 0;
}

.title {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
}

.analog .meridiem {
	position: absolute;
	top: 90px;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
  display: inline-block;
	padding: 0;
	text-align: center;
}
