$(function() {

  $('#slideshow').cycle({
      fx:      'scrollLeft',
      timeout:  6500,
	  speed:    760
  });

});