.jcgmt-container {
   /*  float:left; */
    padding: 3px;
	position: relative;
	margin-bottom: 12px;
}
.jcgmt-container .jcgmt-lbl {
    font-size: 11px;
    color: #000000;
    line-height: 22px;
    /* background: url(../images/clock/jcgmt-clock_label.png) no-repeat; */
    text-align: center;
    padding-bottom: 5px;
    width: 108px;
    margin: 0 auto;
    top: 30px;
    position: absolute;
    z-index: 999;
    font-weight: bold;
    left: 1px;
}
.jcgmt-clockHolder {
    width:100px; 
    margin:0 auto;
    position:relative;
    overflow: hidden;
}
.jcgmt-sec,
.jcgmt-min,
.jcgmt-hour {
    display:block;
    position:absolute;
}

.jcgmt-rotatingWrapper {
    position:absolute;
    width:100px;
    height:100px;
}
.jcgmt-digital,
.jcgmt-date {
    font-weight: bold;
    font-size: 12px;
    color: #444444;
    text-align: center;
    margin-left: 8px;
    /* display: none; */
    background: rgba(255, 255, 255, 0.81);
    border-radius: 4px;
    position: relative;
    top: 4px;
}
