	   $(document).ready(
				function(){
					$('ul#watertanks').innerfade({
						speed: 800,
						timeout: 5500,
						type: 'sequence',
						containerheight: '150px'
					});
			});
