.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;
}
.stars-off-black {
	height: 16px;
	float:left;
	position: relative;
	background: url(/ram/public/ram.rating.single.off-black.gif);	
	background-repeat:repeat-x;
} 
.stars-on-black {
	height: 16px;
	float:left;
	position: relative;
	background: url(/ram/public/ram.rating.single.on-black.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;
}
#loader {
	display:none;
	padding-left:20px; 
	background:url(/ram/public/ram.rating.arrows.gif) no-repeat center left;
}