.star-rating,
.star-rating .current-rating{
	background: url('/layout/ratings/images/nicestars.png') left -1000px repeat-x;}

#content .star-rating{
	position:relative;
	width:95px;
	/*width: 8.3em;*/
	height:18px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;}

.star-rating li{
	/*display: inline;*/
	display: block;
}

.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:18px;
	line-height:18px;
	outline:none;
	overflow:hidden;
	cursor: pointer;
	border: none;}
/*
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;}*/

.star-rating a.one-star{
	width:20%;
	/*z-index:6;*/
}

.star-rating a.two-stars{
	width:40%;
	/*z-index:5;*/
}

.star-rating a.three-stars{
	width:60%;
	/*z-index:4;*/
}

.star-rating a.four-stars{
	width:80%;
	/*z-index:3;*/
}

.star-rating a.five-stars{
	width:100%;
	/*z-index:2;*/
}

.star-rating .current-rating{
	/*background-position: left center;*/
	background-position: 0px -36px;
}
	
	
/* SMALL STARS .star-rating-sm a:hover,
.star-rating-sm a:active,
.star-rating-sm a:focus,*/	
.star-rating-sm,

.star-rating-sm .current-rating{
	background: url('/layout/ratings/images/nicestars-sm.png') left -1000px repeat-x;}

.star-rating-sm{
	position:relative;
	width:60px;
	height:11px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;}

.star-rating-sm li{
	display: inline;}

.star-rating-sm a,
.star-rating-sm .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:11px;
	line-height:11px;
	cursor: pointer;
	outline:none;
	overflow:hidden;
	border: none;}

.star-rating-sm a:hover,
.star-rating-sm a:active,
.star-rating-sm a:focus{
	background-position: left bottom;}

.star-rating-sm a.one-star{
	width:20%;
	z-index:6;}

.star-rating-sm a.two-stars{
	width:40%;
	z-index:5;}

.star-rating-sm a.three-stars{
	width:60%;
	z-index:4;}

.star-rating-sm a.four-stars{
	width:80%;
	z-index:3;}

.star-rating-sm a.five-stars{
	width:100%;
	z-index:2;}

.star-rating-sm .current-rating{
	z-index:1;
	background-position: left center;}
	
.profile-star-rating-gold, .profile-star-rating-silo {
	background-repeat: no-repeat;
	position: absolute; top: -10px; left: 0px;
	height: 43px; }
.profile-star-rating-gold {
	background-image: url(/layout/ratings/images/star-rating-large.png); 
	z-index: 30; }
.profile-star-rating-silo {
	background-image: url(/layout/ratings/images/star-rating-large-silo.png); 
	z-index: 20; 
	width: 250px; }