.star-rating-inline {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */
}

ul.star-rating {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.star-rating,.star-rating .current-rating,.star-rating a:hover {
	background: url(images/rstars25.gif) left -1000px repeat-x;
}
.star-rating {
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0px;
	padding:0px;
	background-position: left top;
}
.star-rating li {
	display: inline;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}
.star-rating a, .star-rating .current-rating {
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	padding: 0px;
	margin: 0px;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}
.star-rating .current-rating {
	z-index:1;
	background-position: left center;
}
.small-star {
	width:75px;
	height:15px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(images/smallstars.gif);
	line-height: 15px;
	height: 15px;
}
.medium-star {
	width:100px;
	height:20px;
}
.medium-star,.medium-star .current-rating,.medium-star a:hover {
	background-image: url(images/rstars20.gif);
	line-height: 20px;
	height: 20px;
}

/*slideshow*/
.new-medium-star {
	width:114px;
	height:24px;
}
.new-medium-star,.new-medium-star .current-rating,.new-medium-star a:hover {
	background-image: url(images/stars_new_1.png);
	line-height: 23px;
	height: 23px;
}
