/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.star-rating{float:left;width:19.2px;height:20px;text-indent:-999em;cursor:pointer;display:inline-block;margin-top:2.4px;background:transparent;overflow:hidden}
div.star-rating,div.star-rating a{background:url(rating_off.png) no-repeat 0 0px}
div.star-rating a{display:block;width:19.2px;height:20px;background-position:0 0px;border:0}
div.star-rating-on a{display:block;19.2px;height:20px;background:url(rating_on.png) no-repeat 0 0px}
div.star-rating-hover a{background:url(rating_on.png) no-repeat 0 0px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */