$(document).ready(function() {
    $('.slideshow').cycle({
		 	fx:     'scrollLeft',
			speed:    2000, 
		  timeout: 4500
		});
});