/*             styles for the star rater                */
.star-rating{
    list-style:none;
    margin: 0px;
    padding:0px;
    width: 95px;
    height: 19px;
    position: relative;
    background: url(../img/web/star_rating.gif) top left repeat-x;
}
.star-rating li{
    padding:0px;
    margin:0px;
    /*\*/
    float: left;
    /* */
}
.star-rating li a{
    display:block;
    width:19px;
    height: 19px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    z-index: 25;
}
.star-rating li a:hover{
    background: url(../img/web/star_rating.gif) left center;
    z-index: 2;
    left: 0px;
}
.star-rating a.one-star{
    left: 0px;
    z-index: 21;
}
.star-rating a.one-star:hover{
    width:19px;
    z-index: 21;
}
.star-rating a.two-stars{
    left:19px;
}
.star-rating a.two-stars:hover{
    width: 38px;
}
.star-rating a.three-stars{
    left: 38px;
}
.star-rating a.three-stars:hover{
    width: 57px;
}
.star-rating a.four-stars{
    left: 57px;
}
.star-rating a.four-stars:hover{
    width: 76px;
}
.star-rating a.five-stars{
    left: 76px;
}
.star-rating a.five-stars:hover{
    width: 95px;
}
.star-rating li.current-rating{
    background: url(../img/web/star_rating.gif) left bottom;
    height: 19px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
