
$(document).ready(function() {	
		$('#slideshow').innerfade({
			speed: 1500,
			timeout: 5000,
			containerheight:'401px',
			type: 'sequence'
			
		});
		
});
