/* ---|Star rater |---------------------------*/
.star-rating{
	/*float:right;*/
	list-style:none;
	margin: -1px 0 0 0;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	z-index: 9;
	background: url(/images/star-rating.jpg) top left repeat-x;
	text-align:left;
}

	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}

		.star-rating li a{
			display:block;
			width:20px;
			height: 20px;
			text-decoration: none;
			text-indent: -9000px;
			z-index: 20;
			position: absolute;
			padding: 0px;
			background:none;
		}

		.star-rating li a:hover{
			background: url(/images/star-rating.jpg) left 41px;
			z-index: 2;
			left: 0px;
			border-bottom: none;
		}

		.star-rating a.one-star{
			left: 0px;
			border-bottom: none;
		}

		.star-rating a.one-star:hover{
			width:20px;
			border-bottom: none;
		}

		.star-rating a.two-stars{
			left:20px;
			border-bottom: none;
		}

			.star-rating a.two-stars:hover{
				width: 40px;
				border-bottom: none;
			}

		.star-rating a.three-stars{
			left: 40px;
			border-bottom: none;
		}

			.star-rating a.three-stars:hover{
				width: 60px;
				border-bottom: none;
			}

		.star-rating a.four-stars{
			left: 60px;
				border-bottom: none;
		}

			.star-rating a.four-stars:hover{
				width: 80px;
				border-bottom: none;
			}

		.star-rating a.five-stars{
			left: 80px;
			border-bottom: none;
		}

			.star-rating a.five-stars:hover{
				width: 100px;
				border-bottom: none;
			}

		.star-rating li.current-rating{
			background: url(/images/star-rating.jpg) left 22px;
			position: absolute;
			height: 20px;
			display: block;
			text-indent: -9000px;
			z-index: 1;
		}



