* {
	margin: 0;
	padding: 0;
}

.analog {
	position: relative;
	width: 60px;
        margin: auto;
	background: url(../images/clockface3.png) bottom;
        background-repeat: no-repeat;
        float:right;
        margin-right: 12px;
	list-style: none;
        height: 65px !important;
        top:5px;
}

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

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

.analog .sec {
	background: url(../images/sechand2.png);
	z-index: 3;
}

.analog .min {
	background: url(../images/minhand2.png);
	z-index: 2;
}

.analog .hour {
	background: url(../images/hourhand2.png);
	z-index: 1;
}

.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;
}
