$(document).ready(
				function(){										
					$('ul#imageslider').innerfade({
						speed: 1100,
						timeout: 7500,
						type: 'sequence',
						containerheight: '251px'
					});
				});
