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

