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

*/


div.bigstars div.rateit-range
{
    background: url(star17x17_empty.png);
    height: 17px;
}

div.bigstars div.rateit-hover
{
    background: url(star17x17_hover.png);
}

div.bigstars div.rateit-selected
{
    background: url(star17x17_active.png);
}

div.bigstars div.rateit-reset
{
    background: url(star17x17_empty.png);
    width: 17px;
    height: 17px;

}

div.bigstars div.rateit-reset:hover
{
    background: url(star17x17_hover.png);
}
