// JavaScript Document
$().ready(function(){
	$("#web").jCarouselLite({
   		 	btnNext: ".next",
   			btnPrev: ".prev",
			easing: "backinout",
			speed: 900
			 
		});
		
		$("#ident").jCarouselLite({
   		 	btnNext: ".next2",
   			 btnPrev: ".prev2",
			 easing: "backinout",
			speed: 900
		});
		
		$("#anima").jCarouselLite({
   		 	btnNext: ".next3",
   			 btnPrev: ".prev3",
			 easing: "backinout",
			speed: 900
		});
		
		
		
		 $('div.drawers').accordion({
            header: '.drawer-handle',
            selectedClass: 'open',
            event: 'click'
			
			
        });
		
			
			
});
