$(document).ready(
				function(){
										
					$('ul#imageslider').innerfade({
						speed: 600,
						timeout: 2200,
						type: 'sequence',
						containerheight: '300px'
					});
				});

