$(document).ready(function() {
	$('.slideshow').cycle({
		fx:    'scrollLeft',
		next:  '.slideshow',
		speed: 1000,
		timeout: 5000,
		pause: 1,
		random: 1
	});
});
