/*
SOURCE: http://iconexpo.com/2008/12/free-8color-star-icons/

*/


div.bigstars div.rateit-range
{
    background: url(star-white16.png);
    background-repeat: repeat-x;
}

div.bigstars div.rateit-hover
{
    background: url(star-red16.png);
    background-repeat: repeat-x;
}

div.bigstars div.rateit-selected
{
    background: url(star-gold16.png);
    background-repeat: repeat-x;
}

div.bigstars div.rateit-reset
{
    background: url(star-black16.png);
    background-repeat: repeat-x;
}

div.bigstars div.rateit-reset:hover
{
    background: url(star-white16.png);
    background-repeat: repeat-x;
}
