.clock_container {
    float:left;
    margin-right:2px;
	padding: 2px 0px;
    width:110px;
    position: relative;
	
	background: white;
}
.clock_container .lbl {
    font-size:1.0em;
    color: #333333;
    line-height: 22px;
    /* background: url(../images/clock_label.png); */
	background: white;
    text-align: center;
    height: 27px;
    width: 108px;
    margin: 0 auto;
}
.clockHolder {
    width:100px; 
    margin:0 auto;
    position:relative;
}
.clock {
    margin-left:5px;
}

.sec {
    display:block;
    position:absolute;
}
.min {
    display:block;
    position:absolute;
}
.hour {
    display:block;
    position:absolute;
}

.rotatingWrapper {
    position:absolute;
    width:100px;
    height:100px;
    left: 5px;

}
.digital span {
    font-weight:bold;
    font-size: 14px;
    color: #444444;
    text-align:center;
	word-wrap: nowrap;	
}
.digital .seconds { font-weight:normal; color: #666; display:inline-block; width: 24px;}


/* //////////////////////// */

#gmt_clocksLOAD {display: none; }
#gmt_clocks {
    display: block;
	display: inline-block;
	margin: 2px auto;
	padding: 0 5px 5px 5px;
    overflow: auto;
    position: relative;
    text-align: center;

	background: none repeat scroll 0 0 rgba(0,0,0, 0.6);
	background-color: white;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
}
#gmt_clocks .clock_container {
    display: inline-block;
    float: none;
    width: 120px;
	margin-top: 5px;

}