$(function() {
    $(".slideyBox").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 1
    });
});
