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

});




