

$(document).ready(function() {
	$('.slideshow')
	.cycle({
	  fx: 'fade',
  	timeout: 3500,
  	speedIn:  3000,
	  speedOut: 2800,
	  next:   '.slideshow',
	  delay: 1500
	});
});




