.stars-off {
	height: 16px;
	float:left;
	position: relative;
	background: url(http://www.bustnow.com/images/rating/ram.rating.single.off.gif);	
	background-repeat:repeat-x;
} 
.stars-on {
	height: 16px;
	float:left;
	position: relative;
	background: url(http://www.bustnow.com/images/rating/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: 30px;
	height: 30px;
	position: relative;
	background-image: url(http://www.bustnow.com/images/rating/ram.rating.big.png);
}
.ui-stars-star a {
	background-position: -49px 0px;
}
.ui-stars-star-on a {
	background-position: -79px 0px;
}
.ui-stars-star-hover a {
	background-position: -108px 0px;
}
.ui-stars-cancel-hover a {
	background-position: -108px 0px;
}
#loader {
	display:none;
	padding-left:20px; 
	background:url(http://www.bustnow.com/ram/public/ram.rating.arrows.gif) no-repeat center left;
}
#stars-cap {
	font-family:Tahoma;
	font-size:9px;
	color:#cfacac;
	float:right;
	padding-right:11px;

}
#votes {
	font-family:Tahoma;
	font-size:9px;
	color:#cfacac;
	float:left;
	padding-left:5px;

}
