I am using nivo slider with the below setup

/
/js
/nivo
/images
...
nivo-slider.css
...
In nivo-slider.css, dont I reference images using “images/bullets.png”? But in the browser, I dont see images, then in firebug, it says not found too…
Ah, it was a Linux permissions thingy… after chmod to 755 it works …