 $(document).ready( function(){
							 
	 
	 
	 $('.hfade').innerfade({ 
	 speed: 'slow', 
	 timeout: 3000, 
	 type: 'sequence', 
	 containerheight: '400px' });
							 
	
	
  } ); 
  
  
  
