<!-- image cycler -->
<!-- include Cycle plugin -->

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


<!-- end image cycler -->
