$(document).ready(function(){ 
	$('#banner-imgs').innerfade({ 
		animationtype: 'fade', 
		speed: 'slow', 
		timeout: '4000', 
		type: 'sequence', 
		containerheight: 'auto',  
		runningclass: 'innerfade' 
	}); 
}); 
