$(document).ready(function() {
    $('#slideshow').cycle({
		fx: 'fade',
		speed: 1200,
		timeout: 10000 // choose your transition type, ex: fade, scrollUp, shuffle, zoom, curtainx, turnDown, scrollRight etc...
	});
});

