	.stars{
		position:relative;
		height:13px;
		width:65px;
		margin:0 auto;
		background:url('/images/star_off.gif') repeat-x;
	}
	.stars a img{
		border:0;
		display:none;
	}
	.stars a{
		display:block;
		position:absolute;
		width:13px;
		height:13px;
	}	
	.stars a.star-1{
		z-index:5;
		left:0;
	}
	.stars a.star-2{
		z-index:4;
		left:13px;
	}
	.stars a.star-3{
		z-index:3;
		left:26px;
	}
	.stars a.star-4{
		z-index:2;
		left:39px;
	}
	.stars a.star-5{
		z-index:1;
		left:52px;
	}
	
	
	.stars a:hover{
		left:0;
		background:url('/images/star_on.gif') repeat-x;
	}
	.stars a.star-1:hover,.stars .star-1-selected{
		left:0;
		background:url('/images/star_on.gif') repeat-x;
		width:13px;
	}
	.stars a.star-2:hover,.stars .star-2-selected{
		left:0;
		background:url('/images/star_on.gif') repeat-x;
		width:26px;
	}
	.stars a.star-3:hover,.stars .star-3-selected{
		left:0;
		background:url('/images/star_on.gif') repeat-x;
		width:39px;
	}
	.stars a.star-4:hover,.stars .star-4-selected{
		left:0;
		background:url('/images/star_on.gif') repeat-x;
		width:52px;
	}
	.stars a.star-5:hover,.stars .star-5-selected{
		left:0;	
		background:url('/images/star_on.gif') repeat-x;
		width:65px;
	}
	
	.stars .selected-stars{
		left:0;
		height:13px;
		width:39px;
	}
	
	.stars .selected-stars:hover{
		background:url('/images/transstar_on.gif') repeat-x;
	}