$(function() {
	$('#home-features').css('visibility', 'visible').hide().fadeIn('slow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
    timeout: 5500,
		next: '#home-feature-next',
		prev: '#home-feature-prev'
	});
});
