$(document).ready(function() {
    $('.slideshow1').cycle({
		fx:    'fade', 
      timeout:  5000,
	pause:  1 ,
	speed:  2500 
	});
	
});
