$(document).ready(function() {
	$('#slideshow').cycle({
		fx: 'fade', // for more options see: http://www.malsup.com/jquery/cycle/options.html
		pause: true,
	});
});
