$(function() {
   $('#slideshow1').cycle({ 
    fx:      'fade',
    easing:  'backinout', 
	timeout: 4000,
	speed: 1000
 }); 
    
});
