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

