$(document).ready(function() {
   $('.slideshow').cycle({
		fx: 'fade',
		speed: 300,
		next: '.slideshow',
        prevNextEvent:null
		
	})
});
