Check out my website:
Everything is working perfectly with AnythingSlider in all browsers except for IE7 - not really a surprise. The background image of the entire page seems to be offset differently depending on the browser size. After some investigation, I've traced the issue back to the left and right navigation elements. When I turn off the navigation functionality in jQuery, the problem disappears. It looks like the metallic-styling CSS uses negative background values to hide certain buttons (I think I just figured out my own question :)
I just need a fix for IE's background positioning issue. I might experiment with using independent images that don't rely on negative background values.
I know IE7 is outdated, but testing it helps me uncover potential problems ;)
Thank you in advance, Nicholas
p.s. Attempts to use multiple images instead of negative background positions didn't solve the problem. It seems like the arrow div container could be the root cause.