.odometer {
    height: 23px;
    position: relative;
    text-align: left;
}
.odometer .wheel {
    position: relative;
    float:left;
    border: 1px solid #333;
    background: url('/bg_odom.png') top left repeat-x #333;
    width:23px;
    height:23px;
    overflow: hidden;
    font-family: Courier;
    font-size: 13px;
}
.odometer .wheel .dig {
    top:-16px;
    position: absolute;
    width: 23px;
    height: 213px;
    background: url(../digs.png);
}
.odometer .text {
    font-size: 20px;
    font-family: Courier;
    font-weight: bold;
    position: relative;
    float: left;
    padding-top: 3px;
}
.odometer .space {
    font-size: 16px;
    position: relative;
    float:left;
    width: 7px;
    height: 23px;
    padding-top: 7px;
    padding-left: 2px;
}
