$(function() {
	$('#slideshow').cycle({
	fx: 'scrollHorz',
	timeout: 7000,
	next: '#next', 
	prev: '#prev',
	speed: '1000'
	});
});
