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