[jQuery] jQuery Cycle plugin question - changing speeds mid-slideshow

[jQuery] jQuery Cycle plugin question - changing speeds mid-slideshow


I have an effect where I cycle through images with the default slow
fade speed, and when a user mouses over a link, I jump to a specific
image via:
$('#myPics').cycle(3);
The problem is, I want to change the fade options to "fast" just
before I jump to that image. How would this be done?