/* rating */
.star-rating-small { list-style:none; line-height:1em; margin: 0px; padding:0px; width: 70px; height: 14px; position: relative; background: url('/images/stars.gif') top left repeat-x;}
.star-rating-small li { line-height:1em; margin: 0px; padding:0px; width:0px; /*\*/ float: left; /* */ border:none;  }
.star-rating-small li a { float: left; display:block; width:14px; height: 14px; text-decoration: none; text-indent: -9000px; z-index: 20; position: absolute; padding: 0px; }
.star-rating-small li a:hover { background: url('/images/stars.gif') left bottom; z-index: 20; left: 0px; }
.star-rating-small a.one-star { left: 0px; }
.star-rating-small a.one-star:hover { width:14px; }
.star-rating-small a.two-stars { left:14px;}
.star-rating-small a.two-stars:hover{ width: 28px; }
.star-rating-small a.three-stars { left: 28px; }
.star-rating-small a.three-stars:hover { width: 42px; }
.star-rating-small a.four-stars{ left: 42px; }	
.star-rating-small a.four-stars:hover{ width: 56px; }
.star-rating-small a.five-stars { left: 56px; }
.star-rating-small a.five-stars:hover { width: 70px; }
.star-rating-small li.CurrentRating { margin:0; padding:0; line-height:1em; font-weight:normal; background: url('/images/stars.gif') left center; position: absolute; height: 13px; display: block; text-indent: -9000px; z-index: 1; }
