$(document).ready(function(){
	$('#slider').innerfade ({
		speed: 'slow', 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '240px' 
	
	}); 
});