$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		timeout: 6000, // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speedIn:         3000,  // speed of the 'in' transition 
	    speedOut:        4000  // speed of the 'out' transition 
	});
});

