.highlight_rating {
	width:70px;
	height:13px;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	background: url(../images/stars.png) no-repeat 0 0;
	_background: url(../images/stars.gif) no-repeat 0 0;
}

ul.highlight_rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.highlight_rating li a {
	position:absolute;
	left:0;
	top:0;
	width:10px;
	height:10px;
	text-decoration:none;
	z-index: 200;
}
ul.highlight_rating li.one a {left:0}
ul.highlight_rating li.two a {left:12px;}
ul.highlight_rating li.three a {left:24px;}
ul.highlight_rating li.four a {left:36px;}
ul.highlight_rating li.five a {left:48px;}

ul.highlight_rating li a:hover {
	z-index:2;
	width:75px;
	height:13px;
	overflow:hidden;
	left:0;	
	background: url(../images/stars.png) no-repeat 0 0;
	_background: url(../images/stars.gif) no-repeat 0 0;
}
ul.highlight_rating li.one a:hover {background-position:0 -11px;}
ul.highlight_rating li.two a:hover {background-position:0 -24px;}
ul.highlight_rating li.three a:hover {background-position:0 -37px}
ul.highlight_rating li.four a:hover {background-position:0 -49px}
ul.highlight_rating li.five a:hover {background-position:0 -62px}

.nostar {background-position:0 1px}
.onestar {background-position:0 -11px}
.twostar {background-position:0 -24px}
.threestar {background-position:0 -37px}
.fourstar {background-position:0 -49px}
.fivestar {background-position:0 -62px}
