$(document).ready(function() {
	    $('#slideshowcontainer').cycle({
			fx: 'fade', // You can use different effects with this, consult the documentation.
			speed:           1200,
			timeout: 5000
		});
	});
