
.digit-separator {position: relative; float: left; width: 17px; height: 30px; overflow: hidden; background-image: url(/images/C3counter/digit_separator.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.digit {
    background-image:url(/images/C3counter/digits1.png);
}
#counter {
    margin-left: 30px;
}
#shading {
    background-image: url(/images/C3counter/sprites.png);
    *background-position: 0px -396px;
    background-position: 0px -404px;
    background-repeat: repeat-x;
    float: left;
    height: 30px;
    position: absolute;
    width: 211px;
    z-index:1020;
    *top:0;
    *left:0;
}
.special .name{
    margin-left: 20px;
}
.special .name span{
    margin-left: 25px;
}