$(document).ready(function(){ 
	// code here
	
	$('#homegal').innerfade({ speed: 'slow', timeout: 5000, type: 'sequence', containerheight: '402px',  animationtype: 'fade' });

	
 });