$(document).ready(function() {
	$("ul.slideshow").animatedinnerfade({
		speed: 2000,
		timeout: 7000,
		type: "sequence",
		containerwidth: "236px",
		containerheight: "273px",
		animationSpeed: 7000,
		animationtype: "fade",
		controlBox: "none",
		displayTitle: "none"
	});
});
