$(function() {
	$('#slideshow').cycle({
		fx:     'scrollHorz',
		speed:  'slow',
		timeout: '6000'
	});
});
