$(document).ready(function() {
      
	$(".gallery_slide .items").jCarouselLite({
		btnNext: "#next",
		btnPrev: "#prev",
		visible: 1,
		scroll: 1, // Scroll next 1 items
                auto: 5000,
                circular: 1
	});

	

});

