ul.star-rating { list-style:none; margin:3px 0px 0px 0px;padding:0px; width:50px; height:10px; display:block;position: relative; background: url(/images/star_small.gif) top left repeat-x;}

ul.star-rating li { padding:0; margin:0px; width:10px; display:inline; height:10px;
/*\*/ float: left; /* */ }

ul.star-rating li a { display:block; width:10px; height:10px; text-decoration: none; text-indent: -9000px; z-index: 10; position: absolute; padding: 0px; }
ul.star-rating li a:hover {  background: url(/images/star_small.gif) left center; z-index: 2; left: 0px; border:none; }

.star-rating a.one-star { left: 0px; }
.star-rating a.one-star:hover { width:10px; height:10px; float:left; }

.star-rating a.two-stars { left:10px; }
.star-rating a.two-stars:hover { width:20px; height:10px; float:left; }

.star-rating a.three-stars { left:20px; }
.star-rating a.three-stars:hover { width:30px; height:10px; float:left; }

.star-rating a.four-stars { left:30px; }
.star-rating a.four-stars:hover { width:40px; height:10px; float:left; }

.star-rating a.five-stars { left:40px; }
.star-rating a.five-stars:hover { width:50px; height:10px; float:left; }

.star-rating li.current-rating { background: url(/images/star_small.gif) left bottom; position:absolute; left:0; =left:0;  float:left;  height:10px; display:block; text-indent: -9000px; z-index:1;}


