.ui-stars-star,.ui-stars-cancel
{
    float:left;
    display:block;
    overflow:hidden;
    /*text-indent:-999em;*/
    cursor:pointer;
    padding-top: 3px;
}
.ui-stars-star a,.ui-stars-cancel a
{
    width:16px;
    height:15px;
    display:block;
    background:url(jquery.ui.stars.gif) no-repeat 0 0;
}
.ui-stars-star a
{
    background-position:0 -32px;
    color: #9c9c9c;
}
.ui-stars-star-on a
{
    background-position:0 -48px;
    color: #ff0000;
}
.ui-stars-star-hover a
{
    background-position:0 -64px;
    color: #3869cc;
}
.ui-stars-cancel-hover a
{
    background-position:0 -16px;
}
.ui-stars-star-disabled,.ui-stars-star-disabled a,.ui-stars-cancel-disabled a
{
    cursor:default!important;
}