.sfsStarRating{
    float:right;
}
.sfsStarRating{
    display:block;
    width:140px;
}
.sfsStarRating small{
    display:block;
    text-align:center;
}
.sfsStars{
    background-color:#fff;
    border:1px solid #999;
    width:120px;
    margin:3px 10px 0px 10px;
    padding:3px 0px 3px 0px;
    text-align:left;
}
.sfsStars ul{
    list-style:none;
    margin:0px 0px 0px 10px;
    padding:0;
    width: 100px;
    height: 20px;
    position: relative;
    background: url("/global_files/icons/symbols/stars01.gif") top left repeat-x;
}
.sfsStars li{
    padding:0;
    margin:0;
    display:inline;
}
.sfsStars li a{
    display:block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding:0;
}
.sfsStars li a:hover{
    background: url("/global_files/icons/symbols/stars01.gif") left center;
    z-index: 2;
    left:0;
}
.sfsStars a.one-star{
    left:0;
}
.sfsStars a.one-star:hover{
    width:20px;
}
.sfsStars a.two-stars{
    left:20px;
}
.sfsStars a.two-stars:hover{
    width: 40px;
}
.sfsStars a.three-stars{
    left: 40px;
}
.sfsStars a.three-stars:hover{
    width: 60px;
}
.sfsStars a.four-stars{
    left: 60px;
}
.sfsStars a.four-stars:hover{
    width: 80px;
}
.sfsStars a.five-stars{
    left: 80px;
}
.sfsStars a.five-stars:hover{
    width: 100px;
}
.sfsStars li.current-rating{
    background: url("/global_files/icons/symbols/stars01.gif") left bottom;
    position: absolute;
    height: 20px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}