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