$(document).ready(
		      function(){
			$('#slideshow').innerfade({
				speed: 2000,
				timeout: 6000,
				type: 'sequence',
				containerheight: '464px'
			});		
		}
	);