	   $(document).ready(
				function(){
					$('#slider').innerfade({
						speed: 750,
						timeout: 4000,
						type: 'sequence',
						containerheight: '160px'
					});
			});
