
$(function() {
    $(".portfolio").jCarouselLite({
        btnNext: ".next1",
        btnPrev: ".prev1"
    });
});

