$(document).ready(
	function(){
		$('#slideshow ul').innerfade({
			speed: 'medium',
			timeout: 4000,
			type: 'sequence',
			containerheight: '115px'
	});
});
