.small {font-size:10px;font-weight:lighter;}
.rating{
	width:72px;
	height:16px;
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url('http://www.deepfocusreview.com/reviews/images/rating-matrix.gif') no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.halfstar {background-position:0 -16px}
.onestar {background-position:0 -32px}
.onehalfstar {background-position:0 -48px}
.twostar {background-position:0 -64px}
.twohalfstar {background-position:0 -80px}
.threestar {background-position:0 -96px}
.threehalfstar {background-position:0 -112px}
.fourstar {background-position:0 -128px}
.czerostar {background-position:0 -144px;}
.chalfstar {background-position:0 -160px;}
.conestar {background-position:0 -176px;}
.conehalfstar {background-position:0 -192px;}
.ctwostar {background-position:0 -208px;}
.ctwohalfstar {background-position:0 -224px;}
.cthreestar {background-position:0 -240px}
.cthreehalfstar {background-position:0 -256px}
.cfourstar {background-position:0 -272px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating {position:relative;left:115px;top:-20px;bottom:-20px;margin-bottom:-16px;}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:8px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.zero {left:0}
ul.rating li.half a {left:8px;}
ul.rating li.one a {left:16px;}
ul.rating li.onehalf a {left:24px;}
ul.rating li.two a {left:32px;}
ul.rating li.twohalf a {left:40px;}
ul.rating li.three a {left:48px;}
ul.rating li.threehalf a {left:56px;}
ul.rating li.four a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:72px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url('http://www.deepfocusreview.com/reviews/images/rating-matrix.gif') no-repeat 0 0
}
ul.rating li.zero a:hover {background-position:0 -144px;}
ul.rating li.half a:hover {background-position:0 -160px;}
ul.rating li.one a:hover {background-position:0 -176px;}
ul.rating li.onehalf a:hover {background-position:0 -192px;}
ul.rating li.two a:hover {background-position:0 -208px;}
ul.rating li.twohalf a:hover {background-position:0 -224px;}
ul.rating li.three a:hover {background-position:0 -240px}
ul.rating li.threehalf a:hover {background-position:0 -256px}
ul.rating li.four a:hover {background-position:0 -272px}
/* end rating code */