

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:15px;height:13px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden;}
div.rating-cancel,div.rating-cancel a{background:url() no-repeat 0 -13px; display: none !important;}
div.star-rating,div.star-rating a{background:url(../images/star.png) no-repeat center;}
div.rating-cancel a,div.star-rating a{display:block;width:15px;height:100%;background-position:center 0px;border:0}
div.star-rating-on a{background-position:center -13px!important}
div.star-rating-hover a{background-position:center -26px}
/* 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 */
.star-rating-control div.r_star a{background:url(../images/star1.png) no-repeat center 0;}
.star-rating-control div.star-rating-on a{background-position:center -13px!important}
.star-rating-control div.star-rating-hover a{background-position:center -26px}

.star-rating-control div.r_star{padding-top: 3px}