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