Cycling Images

Cycling Images

I have an image, that is fluid. It scales with the browser. I would like to fade between multiple images, like a slideshow. I looked at .cycle but I couldnt get it to do what I wanted. I've been quite a bit of time on google, but it seams everything I've seen is fixed width & height or I can't get it to work on the site. 

Can anyone point me in the right direction? 

I have this for the background:
<img class="background" src="/img/bg.jpg" alt="" />

What I'm looking for is something like this:
<img class="background active" src="/img/bg.jpg" alt="" />
<img class="background" src="/img/bg.jpg" alt="" />
<img class="background" src="/img/bg.jpg" alt="" />

And have jQuery remove class active from the top one, add it to the second one and fade the transition.