$(document).ready(function() {
		$('ul#slideshow').animatedinnerfade({
		speed: 3000,
		timeout:  3000,
		type: 'sequence',
		containerwidth: '810px',
		containerheight: '240px',
		animationSpeed: 0,
		animationtype: 'fade',
		controlBox: 'none',
		displayTitle: 'none'
	});
});
