#star ul.star 
 { 
   list-style: none;
   margin: 0;
   padding: 0;
   width: 85px;
   height: 20px;
   left: 10px;
   top: -5px;
   position: relative;
   float: left;
   background: url('/templates/images/stars.gif') left -25px repeat-x;
   cursor: pointer;
  }
  
#star li 
{ 
	padding: 0; 
	margin: 0; 
	float: left; 
	display: block; 
	width: 85px; 
	height: 20px; 
	text-decoration: none; 
	text-indent: -9000px; 
	z-index: 20; 
	position: relative; 
}

#star li.curr 
{ 
	background: url('/templates/images/stars.gif') left -50px; 
	font-size: 1px; 
}

.comment
{
	font: 11px Arial;
}
