/* courtesy of http://komodomedia.com/blog/index.php/2006/01/09/css-star-part-deux/ */
.star { list-style:none; margin: 0px; padding:0px; width: 90px; height: 18px; position: relative;	background: url(images/stars.gif) top left repeat-x; }
.star li{ padding:0px; margin:0px;
/*\*/
float: left;
/* */
}
.star li a{ display:block; width:18px; height: 18px; text-decoration: none; text-indent: -9000px; z-index: 20; position: absolute; padding: 0px; }
.star li a:hover{ background: url(images/stars.gif) left bottom; 	z-index: 2; 	left: 0px; border: 0px; margin: 0px;	padding:0px; }
.star a.s1{ left: 0px; }
.star a.s1:hover{ width:18px; }
.star a.s2{ left:18px; }
.star a.s2:hover{ width: 36px; }
.star a.s3{	left: 36px; }
.star a.s3:hover{ width: 54px; }
.star a.s4{ left: 54px; }	
.star a.s4:hover{ width: 72px; }
.star a.s5{ left: 72px; }
.star a.s5:hover{ width: 90px; }
.star li.current{ background: url(images/stars.gif) left center; position: absolute; height: 20px; display: block; 	text-indent: -9000px; z-index: 1; }		
.rateTxt { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; text-align:left; width: 100%;}
.rateImg { padding:0px 10px; }
#rater { height:20px; margin:1px; padding: 2px; background-color:#fff; border: 1px solid #666666;}
