    $(document).ready(
				function(){
					$('#images').innerfade({
						animationtype: 'fade',
						speed: 750,
						timeout: 4000,
						type: 'sequence',
						containerheight: 'auto'
					});
        });