(function($){	
	$(document).ready(
		function(){
			$('ul#animated-panorama').animatedinnerfade({
				speed: 'normal',
				timeout: 5000,
				type: 'sequence',
				containerheight: '406px',
				containerwidth: '1273px',
				animationSpeed: 7000,
				animationtype: 'fade',
				bgFrame: 'none',
				controlBox: 'show',
				controlBoxClass: 'mycontrolboxclass',
				controlButtonsPath: 'img',
				displayTitle: 'yes' 
			});	
	});
})(jQuery);
