jQuery.noConflict(); //make it work with other library's

(function($){
	$(document).ready(function(){
	 
		 $(function() {  
			$(".telex").jCarouselLite({  
				 vertical: true,  
				 visible: 1,  
				 auto:10000,
				 speed:1000  
			});  
		 });  
	 });
})(jQuery);		
