$(document).ready(
	function () {
		$('#slideshow ul').innerfade({
			speed: 'slow',
			timeout: 12000,
			type: 'sequence',
			containerheight: '250px'
		});
	}
);

