.ui-stars-star {
    float: left;
    display: block;
    overflow: hidden;
    text-indent: -9999em;
    cursor: pointer;
}
.ui-stars-star a {
    width: 18px;
    height: 18px;
    display: block;
    background: url('/img/rating/wb.png') no-repeat 0 0;
}
.ui-stars-star a {
    background-position: 0 0;
}
.ui-stars-star-on a {
    background-position: 0 -18px;
}
.ui-stars-star-hover a {
    background-position: 0 -36px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a {
    cursor: default !important;
}

a.like, a.dislike {
    border: none;
    background-color: transparent;
    float: left;
    display: inline;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
}
a.like:hover, a.dislike:hover { background-position: 0 -25px; }

a.like {
    width: 58px;
    background-image: url('/img/rating/like.png');
}

a.dislike {
    width: 30px;
    background-image: url('/img/rating/dislike.png');
}

div.rating { width: 60px; height: 12px; text-indent: -9999px; overflow: hidden; }
div.stars1 { background-image: url('/img/rating/60x12/wb1.png') }
div.stars2 { background-image: url('/img/rating/60x12/wb2.png') }
div.stars3 { background-image: url('/img/rating/60x12/wb3.png') }
div.stars4 { background-image: url('/img/rating/60x12/wb4.png') }
div.stars5 { background-image: url('/img/rating/60x12/wb5.png') }
