.stars-off {
	height: 16px;
	float:left;
	position: relative;
	background: url(/ram/public/ram.rating.single.off.gif);	
	background-repeat:repeat-x;
} 
.stars-on {
	height: 16px;
	float:left;
	position: relative;
	background: url(/ram/public/ram.rating.single.on.gif);
	background-repeat:repeat-x;
}
.ui-stars-star a, .ui-stars-cancel a {
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-999em;
	cursor:pointer;
	width: 28px;
	height: 26px;
	position: relative;
	background-image: url(/ram/public/ram.rating.big.png);
}
.ui-stars-star a {
	background-position: -56px 0px;
}
.ui-stars-star-on a {
	background-position: -84px 0px;
}
.ui-stars-star-hover a {
	background-position: -112px 0px;
}
.ui-stars-cancel-hover a {
	background-position: -28px 0px;
}
#stars-cap {
	font-family:Tahoma;
	font-size:9px;
	color:#000;
	float:right;
	padding-right:11px;

}
#votes {
	font-family:Tahoma;
	font-size:9px;
	color:#000;
	padding-left:5px;
	width: 52px;
	text-align: left;

}
#avg {
	font-family:Tahoma;
	font-size:9px;
	color:#000;
	float:left;
	padding-left:5px;
	text-align: left;

}

#loader {
	display:none;
	padding-left:20px; 
	background:url(/ram/public/ram.rating.arrows.gif) no-repeat center left;
	width: 52px;
	text-align: right;
}