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