$(function() {
	$('.slideshow').cycle({
		fx: 'scrollRight',
		timeout: 5000,
		pause: true
	});
	$('.slideshowSecondary').cycle({
		fx: 'scrollRight',
		timeout: 5000,
		delay: 2500,
		pause: true
	});
});
