        .star-rating{
		list-style:none;
		padding:0px;
		width: 75px;
		height: 15px;
		position: relative;
                margin:0px !important;
		background: url(../images/zingbees/alt_star.gif) top left repeat-x;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li div{
		display:block;
		width:15px;
		height: 15px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li div:hover{
		background: url(../images/zingbees/alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating div:focus,
	.star-rating div:active{
		border:0;
		-moz-outline-style: none;
    	        outline: none;
	}
	.star-rating div.one-star{
		left: 0px;
	}
	.star-rating div.one-star:hover{
		width:15px;
	}
	.star-rating div.two-stars{
		left:15px;
	}
	.star-rating div.two-stars:hover{
		width: 30px;
	}
	.star-rating div.three-stars{
		left: 30px;
	}
	.star-rating div.three-stars:hover{
		width: 45px;
	}
	.star-rating div.four-stars{
		left: 45px;
	}
	.star-rating div.four-stars:hover{
		width: 60px;
	}
	.star-rating div.five-stars{
		left: 60px;
	}
	.star-rating div.five-stars:hover{
		width: 75px;
	}
	.star-rating li.current-rating{
		background: url(../images/zingbees/alt_star.gif) left center;
		position: absolute;
		height: 15px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}