Add pause/resume/destroy functions to Cycle Lite?

Add pause/resume/destroy functions to Cycle Lite?

Hi,

I'm using the jquery.cycle.lite.js plugin in a web app and it's working really well. I would like to continue using it in a mobile version, however I'd like to to be able to make use of the pause/resume/destroy options that are (only) present in the full version of cycle.

Lite does support hover-based pause/resume, unfortunately I need to call the functions from click events elsewhere in the DOM.

The full version supports many, many, many more options, which I won't be making use of, and which really bloat up the code (lite = 8Kb, full > 50!). Also the full version has fundamental differences that would require extensive restyling of the xfaded slide show I'm using it for.

Some pointers on how the desired functions could be injected into the lite version would be greatly appreciated. I've opened up both versions, and I'm afraid it's a bit over my head.

Thanks!