Jquery slideshow and liquid design - absolute positioning problem

Hi,

I am currently having a problem with a project where I want to use jquery.innerfade.js in combination with a liquid design (images scale as well).

The main problem I have is that the images have a width set to 100% and a height set to auto (because they have to scale). What I want is the text (that is now behind the slideshow because absolute positioning is being used in the script) to appear below the slideshow.

Is there any way to get the text to appear below the slideshow at all sizes (calculating the height of the image using js? Not using absolute positioning? …) ?

link

Thanks a lot…