jQuery(document).ready(function() {
  jQuery('.slideshow').cycle({
		fx: 'fade',
		pauseOnPagerHover: 0,
		speed: 2000,
		timeout: 10000
	});
});
