$(function() {
  
	
	//GALLERY CAROUSEL
	$("#gallery-carousel-inner").jCarouselLite({
        btnNext: "#gallery-carousel-wrapper .next",
        btnPrev: "#gallery-carousel-wrapper .prev",
		easing: 'easeInOutCubic',
		speed: 1000

	 });

	
	
	
});
