$(function() {
    $('#slideshow1').cycle({
		timeout:  5500,   // milliseconds between slide transitions (0 to disable auto advance)
    	speed:  2500,    // speed of the transition (any valid fx speed value)
		sync:   1,      // true if in/out transitions should occur simultaneously
		pause:  1     // true to enable "pause on hover"  
	});
});

