(function($){	
	$(document).ready(
		function(){
			$('ul#animated-panorama').animatedinnerfade({
				speed: 'normal',
				timeout: 5000,
				type: 'sequence',
				containerheight: '225px',
				containerwidth: '580px',
				animationSpeed: 5000,
				animationtype: 'fade',
				bgFrame: 'none',
				controlBox: 'show',
				controlBoxClass: 'mycontrolboxclass',
				controlButtonsPath: 'img',
				displayTitle: 'yes' 
			});
			
		$(function() {  
			$(".telex").jCarouselLite({  
				 vertical: true,  
				 visible: 1,  
				 auto:10000,
				 speed:1000  
			});  
		 });	
	});
})(jQuery);	