I tried to apply prettyGallery to my website, but the thumbnails are cut. They are in 199px*133px. When I write 0 at "itemMargin" in the jquery.prettyGallery.js document, the problem's gone, but I don't want my thumbnails to be sticked. I'd like to apply a 9px margin between each of them. But when I do that, on the second page of thumbnails, and the third, ... the first thumbnail is cut on the left side, and the fourth (last) is cut on the right side so that there's just a little bit of the thumbnail. It's increasing at every next page.
If you have any idea of how to resolve this, that would be great!
Actually it looks like the width is being set for 368px and I don't know where that's coming from. The images are 350px, so everytime the 368 is doubled, its makeing the image move to the left more. Where can this width be set?