I'm facing an issue with a jQuery slideshow that has captions in a div class called "feature2". I recently added a background image to the "feature2" div that spans 100% width of the screen. However, the problem is that it's hiding my slideshow images but not their captions.
Here is the page where you can see the problem:
And here is an example of how I would like it to appear -
If you disable the 'background-image url("Images/background.png")' using Firebug, you will notice that the images behind are revealed.
What steps can I take to ensure that the image slideshow and captions are displayed in front of the hatched image?
Thank you