.star-rating-clear{
    display: block;
    clear:both;
}
.star-rating-main-wrapper{height: 24px;}
.star-rating-disabled{
    opacity: 1;
}
.star-rating-wrapper{margin:0px;}
.star-rating-wrapper.admin{margin-bottom:10px;}
.star-rating-wrapper{cursor: pointer;}
.star-rating-wrapper li{
    display: block;
    float:left;
    font-size: 0px;
    width:16px;
    height:16px;
    background-image: url("../../images/star.gif");
    cursor: pointer;
    margin:0px;
    padding:0px;
    margin-right:2px;
    margin-top:3px;
}
.star-rating-wrapper .star.active{
    background-position: 0px 16px;
}
.star-rating-wrapper .star.un-active{
    background-position: 0px 0px !important;
}
.star-rating-main-wrapper .loader{
    background:url("../../images/progress/ajax-loader.gif");
    width:24px;
    height:24px;
    float:left;
    margin-left:5px;
    display: none;
}