	 jQuery().ready(function(){
	 
	 $("#showcaseInfo").jCarouselLite({
     btnNext: ".next",
     btnPrev: ".prev",
	 easing:"easeinout",
	 speed:800,
	 visible:1,
	 vertical:true
    });
	 
	 $("#showcaseImages").jCarouselLite({
     btnNext: ".next",
     btnPrev: ".prev",
	 easing:"easeinout",
	 speed:800,
	 visible:1
    });
    
    	 $("#testimonials").jCarouselLite({
     btnNext: ".tNext",
     btnPrev: ".tPrev",
	 easing:"easeinout",
	 speed:400,
	 visible:1,
	 vertical:true
    });
	 
	 
	 $('#showcaseNav a').fadeTo("fast",0.50);
	 $('#showcaseNav a').hover(function() {
		$(this).fadeTo("fast",1);
		},
		function () {
        $(this).fadeTo("fast",0.50);
      	});
      	
      	
      $('#tNav a').fadeTo("fast",0.60);
	 $('#tNav a').hover(function() {
		$(this).fadeTo("fast",1);
		},
		function () {
        $(this).fadeTo("fast",0.60);
      	});

	//	$("a.fancyLink").fancybox({ 'zoomSpeedIn': 175, 'zoomSpeedOut': 175 }); 
      	
      	
	});
	
	

	