@charset "utf-8";
/* CSS Document */
.ratingstars ul{ height:25px; background-image:url(../images/rstar.gif); width:125px; background-repeat:repeat-x; position:relative; margin:5px 0px; overflow:hidden; }
.ratingstars li{ display:inline; }
.ratingstars a:hover{ background:url(../images/rstar.gif) repeat-x left bottom; }
.ratingstars a{ position:absolute; left:0px; top:0px; text-indent:-1000em; height:25px; }
.ratingstars .star1{ width:20%; z-index:6; }
.ratingstars .star2{ width:40%; z-index:5; }
.ratingstars .star3{ width:60%; z-index:4; }
.ratingstars .star4{ width:80%; z-index:3; }
.ratingstars .star5{ width:100%; z-index:2; }
.ratingstars .current_rating{ position:absolute; height:25px; background:url(../images/rstar.gif) repeat-x left -25px; }
