



.clock_days {		display:inline-block;	
    width:78px;
    margin-right: 15px;
    position: relative;
}
.clock_hours {
    display:inline-block;
    width:80px;
    margin-right: 15px;
    position: relative;
}
.clock_minutes {
    display:inline-block;
    width:80px;
    margin-right: 15px;
    position: relative;
}
.clock_seconds {
    display:inline-block;
    width:80px;
    position: relative;
}

.bgLayer {

    background:url("clock_bg.png") no-repeat scroll 0.45em 0.45em transparent;
    width:90px;
    height:90px;

}

.val {
    margin:0 !important;
    position: absolute;
    top:0;
    left:0;
    width:85px;
    height:100%;
    line-height: 85px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:#000;
    font-weight: bold;

    text-align: center;
}

.type_days,
.type_hours,
.type_minutes,
.type_seconds {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#000;
    padding:5px;
    text-align: center;
    margin:0 auto !important;
    margin-top:10px;
    display: table;
    text-transform: uppercase;

}
#ghanout_event_timer { margin:20px 0px;}
