> When the user reaches the last image how can I disable
> Next? (and disable previous on the first image).
Here's a demo that shows how you can do that:
http://www.malsup.com/jquery/cycle/after.html> I'd also like to
> know when using automatic transitions how to stop the effect one all
> the images have been shown once.
For this you want to use the 'autostop' option.
$('#slideshow').cycle({
autostop: true
});
Mike