(function($) {
	$('#slideshow').cycle({
		fx: 'scrollHorz',
		speed: 600,
		timeout: 5000,
		delay: -4500,
		next: '#next a',
		prev: '#prev a',
		height: 300,
		width: 800
	  });
	
	$(document).ready(function() {

	});
})(jQuery);
