.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	width:0px;
}
.star-rating{
	position:relative;
	width:0px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
	width:50px;

	
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:22px;
	line-height:22px;
	outline:none;
	overflow:hidden;
	border: none;
	width:0px;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	height:10px;
	width:10px;
	z-index:6;
}
.star-rating a.two-stars{
	width:20px;
	z-index:5;
}
.star-rating a.three-stars{
	width:30px;
	z-index:4;
}
.star-rating a.four-stars{
	width:40px;
	z-index:3;
}
.star-rating a.five-stars{
	width:50px;
	z-index:2;
	height:8px;
}

.star-rating .empty-stars{
	width:100px;
	z-index:7;
	background-color:#FFFFFF;
	margin-left:16px;

}

.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

.small-star{
	width:50px;
	height:14px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(../images/star_small2.gif);
	line-height: 10px;
	height: 10px;

}