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