jQuery(function ($) {
	
/* Front Page Featured Area */
	$('#innerfade_effect').innerfade({ 
		speed: 'slow', 
		timeout: 7000, 
		type: 'sequence', 
		containerheight: '500px' // adjust this according to your images height.   
	});

});	