.rating-s {
	width:50px;
	height:8px;
	position:relative;
	clear:both;
	padding:0;
	background: url(images/star-matrix-small.gif) no-repeat 0 0;
    /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	overflow:hidden;	
}

.nostar-s {background-position:0 0}
.onestar-s {background-position:0 -8px}
.twostar-s {background-position:0 -16px}
.threestar-s {background-position:0 -24px}
.fourstar-s {background-position:0 -32px}
.fivestar-s {background-position:0 -40px}