
$(function() {
    $('.gallery').jCarouselLite({
        btnNext: '.next',
        btnPrev: '.prev',
	 visible: 1

    });
});
