#clock-ticker_wrapping {
    /*border: 1px solid #999;*/
    width: 552px;
    margin: 0 auto;
    margin-top: 6px;
    padding-left: 40px;
    /*background-color: #C2C5C8;*/
    border-radius: 4px;
}
#clock-ticker_wrapping  span {
    display: block;
}

#clock-ticker {
    display: block;
    /*margin-bottom: 15px;*/
    line-height:0px;
}
#clock-ticker .clock-ticker_block {
    position: relative;
    color: #000;
    font-weight: bold;
    float: left;
    margin-right: 22px;
}

#clock-ticker .clock-ticker_block .clock-ticker_flip-top {
    width: 80px;
    height: 20px;
    line-height: 75px;
    font-size: 20px;
    /*background: url('../imgs/flip-top.png') no-repeat;*/
    text-align: center;
}
#clock-ticker .clock-ticker_block .clock-ticker_flip-btm {
    width: 88px;
    height: 30px;
    /*background: url('../imgs/flip-btm.png') no-repeat;*/
    text-align: center;
}

#clock-ticker .clock-ticker_block .clock-ticker_label {
    color: black;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    width: 88px;
    line-height: 35px;
    text-align: center;
    /*text-shadow: 1px 1px 0px #333;*/
}

.clock-ticker_clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clock-ticker_clearfix {
    display: inline-block;
}

html[xmlns] .clock-ticker_clearfix {
    display: block;
}
* html .clock-ticker_clearfix {
    height: 1%;
}
