
$(document).ready(function() {
    $('#slideshow').cycle({
		fx:     'fade',
   	//easing: 'bouncein',
		sync:	0,
       delay:  -4000,
        timeout: 6000,
    	speed:  1000,
	});
});


