.FooterHand 
{
    float           : left;
    height          : 28px;
    width           : 28px;
    color           : #FFFFFF;
    cursor          : pointer;
    vertical-align  : middle;
    background      : url(FooterHand.png) no-repeat 0 center;
}


.FooterHand:hover 
{
    background-position-x   : -28px;
}

.FooterHand[on] 
{
    background-position-x   : -28px;
}