// Initialize feature slideshow
$(function() {
	$('#feature-slideshow').cycle({
		fx: 'fade',
		speed: 3000,
		timeout: 4000
	});
});

