jQuery(document).ready( function(){ 
							
							
	jQuery('#gallery1').innerfade({ 
					speed: 2200, 
                                        timeout: 3500, 
					type: 'sequence', 
                                        containerheight: '54px' 
										}); 
						
							
							
} ); 
