$(document).ready(function(){
	$('#slideshow_featured_content').cycle({
		fx: 'fade',
		timeout: 5000,
		speed: 'slow',
		sync: 0,
		pause: 1,
	});
});
