	 jQuery().ready(function(){

	 $("#showcaseImages").jCarouselLite({
     easing:"easeinout",
	 auto: 6000,
     speed: 3000,
	 visible:1
    });
    
	 $('#showcaseNav a').fadeTo("fast",0.50);
	 $('#showcaseNav a').hover(function() {
		$(this).fadeTo("fast",1);
		},
		function () {
        $(this).fadeTo("fast",0.50);
      	});      	
      	
	});
	
	


	
