
$(function() {

	$(".gallery").jCarouselLite({
    	btnNext: "#btn_next",
	    btnPrev: "#btn_prev",
		visible: 1
	});

});
