$(document).ready(
				function(){
										
					$('ul#imageslider').innerfade({
						speed: 1200,
						timeout: 5000,
						type: 'sequence',
						containerheight: '200px'
					});
				});
