$(function() {
    $('#slideshow').cycle({ 
	    fx:     'scrollRight', 
   		timeout: 5500, 
		pause:  1,
    speedIn:  700, 
    speedOut: 500 
	 });
});