/* CSS Document */
#stars {
 width:100px;
 height:20px;
 background-repeat:no-repeat;
 background-image:url(/images/rating/none.gif);
}

#rankedStars {

 background-repeat:no-repeat;
 height:20px;
 background-image:url(/images/rating/100.gif);
 
}


