[jQuery] indicator.gif does not exist

[jQuery] indicator.gif does not exist


Hello,
First of all, congratulations for this great autocomplete plugin.
I've noticed than on line 37 of the jquery.autocomplete.css , there is
a call to some indicator.gif image :
.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}
I haven't found any indicator.gif on the zip, I suggest to add it to
the next release, or to change css definition to :
.ac_loading {
    background-color: white;
}
Best regards,
Eric Rogé