/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:18px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}

div.star-rating,div.star-rating a{background:url(../images/stars.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:15px;background-position:0 0px;border:0}
div.star-rating-on a,div.star-rating-hover a{background-position:0 -39px!important}

div.rating-cancel,div.rating-cancel a{background:url(../images/delete.png) no-repeat 0 0px !important;}
div.rating-cancel a:hover{background-position:0 -16px !important;}
/* END jQuery.Rating Plugin CSS */