		$(function() {  
			$(".newsticker-jcarousellite").jCarouselLite({  
				vertical: true,  
				visible: 1,  
				auto:3000,
				speed:500  
			});  
		});  

		$(function() {  
			$(".newsticker-jcarousellite2").jCarouselLite({  
				vertical: true,  
				visible: 1,  
				auto:3000,
				speed:1000  
			});  
		}); 
		
		$(function() {  
			$(".apps-jcarousellite").jCarouselLite({  
				visible: 1,  
				btnNext: ".app-next",
				btnPrev: ".app-prev",
				mouseWheel: true
			});  
		});  
		$(function() {  
			$(".proj-jcarousellite").jCarouselLite({  
				visible: 1,  
				btnNext: ".proj-next",
				btnPrev: ".proj-prev",
				mouseWheel: true
			});  
		});  		
		
		
$(document).ready(function() {		
		$('#ptbox1').hide();
		$('#ptbox2').hide();
		$('#ptbox3').hide();
		$('#ptbox4').hide();
		$('#tab1').hide();
		$('#tab3').hide();
		$('#tab4').hide();
		$('#subtab2').hide();
		$('#subtab3').hide();
		$('#tip1').hide();
		$('#tip2').hide();
		$('#tip3').hide();
		$('#tip45').hide();
		$('#tip4').hide();
		$('#tip5').hide();
		$('#tip6').hide();
		$('#webform-component-virtual_expert').hide();
		$('#transactions').hide();
		
		$('.team_communicator_chat').hide();
		$('.team_communicator_buddylist').hide();		
		$('a#ptt1').click(function() {
   		 $('#ptbox1').toggle('fast');
   		 $('#ptbox2').hide('fast');
   		 $('#ptbox3').hide('fast');
   		 $('#ptbox4').hide('fast');
  		 return false;
  		});
		$('a#ptt2').click(function() {
   		 $('#ptbox2').toggle('fast');
   		 $('#ptbox1').hide('fast');
   		 $('#ptbox3').hide('fast');
   		 $('#ptbox4').hide('fast');   		 
  		 return false;
  		});
		$('a#ptt3').click(function() {
   		 $('#ptbox3').toggle('fast');
   		 $('#ptbox1').hide('fast');
   		 $('#ptbox2').hide('fast');
   		 $('#ptbox4').hide('fast');   		 
  		 return false;
  		});
		$('a#ptt4').click(function() {
   		 $('#ptbox4').toggle('fast');
   		 $('#ptbox1').hide('fast');
   		 $('#ptbox2').hide('fast');
   		 $('#ptbox3').hide('fast');   		 
  		 return false;
  		});
  		
  	});
