Galleriffic IE 7 Fix: Images not showing
I had an issue where Galleriffic was not displaying the current image correctly. Searching around, it seems like others have had this issue as well.
The fix for me was simple, I just added the following to my CSS and it worked:
div.slideshow img { position: relative; }