.starRating{	
	background: url('/js/review_star/starsEmpty.gif') no-repeat left top;
	height: 26px;
	margin: 10px 0 10px 10px;
	padding: 0 0 0 0;
	width: 142px;
}
	
.starRating li{
	float: left;
	height: 2.5em;
	text-indent: -999em;
	background: url('/js/review_star/starsFull.gif') no-repeat left top;
}
	
.starRatingSml{	
	background: url('/js/review_star/starsEmptySml.gif') no-repeat left top;
	float: left;
	height: 1.2em;
	margin: -0.2em 0 0 0;
	padding: 0;
	width: 80px;
}
	
.starRatingSml li{
	float: left;
	height: 1.2em;
	text-indent: -999em;
	background: url('/js/review_star/starsFullSml.gif') no-repeat left top;
}

