/* Star rating container: can vary as per design , or even remove this is not required */
.mmoostar_container {
	z-index:9999999;
	background:url(bkg_do_rating.gif) no-repeat 0 0;
	width:200px;
	height:50px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
.mmoostar_container_inner {
	padding:10px 0px 0px 20px;
	z-index:9999999;
}
/* End of container */

.stars {background: url('stars.gif');}

.moostar, .moostarV {
	margin:0px;
	padding:0px;
	overflow:hidden;
	width: 84px;
	height: 20px;
	float: left;
	repeat-x;
}
.moostar span,  .moostarV span {
	float: left;
	margin:0px;
	padding:0px;
	display: block;
	width: 84px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
}
.moostar .curr, .moostarV .curr {
	background-position:left 25px;
}
.moostartval{
	display:none;
}


