$(document).ready(
	function(){
		$('#slideshow').innerfade({
			animationtype: 'fade',
			speed: 1000,
			timeout: 2000,
			type: 'sequence',
			containerheight: '360'
		});
	}
);