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