$(document).ready(
	function() {
	    $('.slideshow ul').innerfade({
	        animationtype: 'fade',
	        speed: 'slow',
	        timeout: 8000,
	        containerheight: '236px'
	    });
	}
);
