.FooterTraffic 
{
    float                   : left;
    width                   : 28px;
    height                  : 28px;
    background              : url(FooterTraffic.png) no-repeat 0 center;
    cursor                  : pointer;
}

.FooterTraffic:hover
{
    background-position-x   : -28px;
}

.FooterTraffic[on]
{
    background-position-x   : -28px;
}

.FooterTraffic > .separator 
{
    float                   : left;
    width                   : 1px;
    height                  : 20px;
    margin-top              : 4px;
    margin-bottom           : 4px;
    background-color        : #e9edf1;
}