Jquery cycle plugins

Jquery cycle plugins

Hi all,

I have a problem with Jquery cycle plugins.

I had create a new script with 3 pictures but when the cycle go to end, the next picture go back the last picture. You can see my script here : http://ultra-annuaire.fr/help/index.html

Please help me

My code :
---------------------------
$('#s1').cycle({
fx: 'custom',
cssBefore: {
top: 0,
left: 0,
width: 0,
height: 0,
zIndex: 1
},
animIn: {
width: 300,
height: 400
},
animOut: {
top: 0,
left: 332,
width: 300,
height: 400
},
cssAfter: {
top: 0,
left: 332,
width: 300,
height: 400,
zIndex: 0
}
});
---------------------------