$(document).ready(
		function(){
			$('#images').innerfade({
				speed: 1000,
				timeout: 2800,
				type: 'sequence',
				containerheight: '400px'
			});
		}
	);