.clock_container {
    position: relative;
    overflow:hidden;
}
.clock_container .lbl {
    font-size:10px;
    color: #333333;
    line-height: 22px;
    background: url(../images/clock_label.png);
    text-align: center;
    height: 27px;
    width: 108px;
    margin: 0 auto;
}
.clockHolder 
{
	width:40px;
    margin-right:30px;
    position:relative;
    float:left;
}
.clock {
    margin-left:5px;
    width:40px;
    height:40px;
}

.sec {
    display:block;
    position:absolute;
    width:40px;
    height:40px;
}
.min {
    display:block;
    position:absolute;
    width:40px;
    height:40px;
}
.hour {
    display:block;
    position:absolute;
    width:40px;
    height:40px;
}

.rotatingWrapper {
    position:absolute;
    width:40px;
    height:40px;
    left: 5px;

}
.digital {
    font-weight:bold;
    font-size: 14px;
    text-align:left;
    float:left;
    font-size:0.9em;
}