.starRating,
.starRating a:hover,
.starRating a:active,
.starRating a:focus,
.starRating li.currentRating {
	background: url(http://www.bmwfanatics.hu/images/stars.gif) left -1000px repeat-x;
}
.starRating {
	position:relative;
	width:70px !important;
	height:15px !important;
	overflow:hidden !important;
	list-style:none;
	margin:0 2px !important;
	padding:0 !important;
	background-position: left top;
	display: block;
}
.starRating li {
	display: inline;
	background: none !important;
	border: 0 !important;
}
.starRating a,
.starRating .currentRating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	height:15px !important;
	line-height:15px !important;
	outline:none;
	overflow:hidden;
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
.starRating a:hover,
.starRating a:active,
.starRating a:focus {
	background-position: left bottom;
}
.starRating a.half {
	width:10%;
	z-index:11;
}
.starRating a.one {
	width:20%;
	z-index:10;
}
.starRating a.oneHalf {
	width:30%;
	z-index:9;
}
.starRating a.two {
	width:40%;
	z-index:8;
}
.starRating a.twoHalf {
	width:50%;
	z-index:7;
}
.starRating a.three {
	width:60%;
	z-index:6;
}
.starRating a.threeHalf {
	width:70%;
	z-index:5;
}
.starRating a.four {
	width:80%;
	z-index:4;
}
.starRating a.fourHalf {
	width:90%;
	z-index:3;
}
.starRating a.five {
	width:100%;
	z-index:2;
}
.starRating .currentRating {
	z-index:1;
	background-image: url(http://www.bmwfanatics.hu/images/stars.gif) !important;
	background-position: left center !important;
}