.clock {
    margin:0 auto;
		width: 245px;
		height: 50px;
		margin-top: 20px;
}

.clock_days {
    float:left;
    width:50px;
    margin-right: 15px;
    position: relative;
}
.clock_hours {
    float:left;
    width:50px;
    margin-right: 15px;
    position: relative;
}
.clock_minutes {
    float:left;
    width:50px;
    margin-right: 15px;
    position: relative;
}
.clock_seconds {
    float:left;
    width:50px;
    position: relative;
}

.bgLayer {
    background-image:url("/sites/default/files/clock_bg.png");
    width:50px;
    height:50px;
    background-repeat: no-repeat;
}

.val {
    margin:0;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    line-height: 50px;
    font-size: 20px;
    color:#FFF;
    font-weight: bold;
    text-align: center;
}

.type_days,
.type_hours,
.type_minutes,
.type_seconds {
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    text-align: center;
    margin:0 auto;
    text-transform: uppercase;
}
