$(document).ready(
	function(){
		$('ul#animated-panorama').animatedinnerfade({
			speed: 2000,
			timeout: 15000,
			type: 'sequence',
			containerheight: '300px',
			containerwidth: '600px',
			animationSpeed: 15000,
			animationtype: 'fade',
			bgFrame: '../../mod/plugins/jquery.animated.innerfade/img/frame-black-perso.gif',
			controlBox: 'auto',
			controlBoxClass: 'mycontrolboxclass',
			controlButtonsPath: '../../mod/plugins/jquery.animated.innerfade/img',
			displayTitle: 'yes' 
	});
});
