/* - js/cyclelib2.js - */
$.fn.cycle.defaults.speed   = 1;
$.fn.cycle.defaults.timeout = 3000;
 $('#s5').cycle({
    timeout: 3000,
	speed:       1, 
    autostop:      1,     // true to end slideshow after X transitions (where X == slide count) 
    autostopCount: 16     // number of transitions (optionally used with autostop to define X) 
 
 });

