$(document).ready(function() {

	// Slideshows
	
	    $('#slideshow').cycle({
			fx: 'fade',
		    speed:  1400, 
		    timeout: 4000
		});
	
});


