.fabitem {
    background: url('favs.png') no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor:pointer;
}
.fabitem.fav {
    background-position: -26px 0;
}