$(document).ready(function() {
    $('.slideshow').cycle({
	    fx:     'fade', 
   	 	speed:   300, 
    	timeout: 6000
    
	});
});

