﻿
.ratings{
	float:left;
	width:160px;
	height:16px;
	margin:3px 10px 5px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(/images/star-matrix.gif) no-repeat 0 0;
}
.rating{line-height:22px;}
 
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
.sixstar {background-position:0 -96px}
.sevenstar {background-position:0 -112px}
.eightstar {background-position:0 -128px}
.ninestar {background-position:0 -144px}
.tenstar {background-position:0 -160px}
ul.ratings li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.ratings li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.ratings li.one a {left:0}
ul.ratings li.two a {left:16px;}
ul.ratings li.three a {left:32px;}
ul.ratings li.four a {left:48px;}
ul.ratings li.five a {left:64px;}
ul.ratings li.six a {left:80px;}
ul.ratings li.seven a {left:96px;}
ul.ratings li.eight a {left:112px;}
ul.ratings li.nine a {left:128px;}
ul.ratings li.ten a {left:144px;}

ul.ratings li a:hover {
	z-index:2;
	width:160px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(/images/star-matrix.gif) no-repeat 0 0
}
ul.ratings li.one a:hover {background-position:0 -176px;}
ul.ratings li.two a:hover {background-position:0 -192px;}
ul.ratings li.three a:hover {background-position:0 -208px}
ul.ratings li.four a:hover {background-position:0 -224px}
ul.ratings li.five a:hover {background-position:0 -240px}
ul.ratings li.six a:hover {background-position:0 -256px}
ul.ratings li.seven a:hover {background-position:0 -272px}
ul.ratings li.eight a:hover {background-position:0 -288px}
ul.ratings li.nine a:hover {background-position:0 -304px}
ul.ratings li.ten a:hover {background-position:0 -320px}