$(function() {
    $(".main .jCarouselLite").jCarouselLite({
        btnNext: ".main .next",
        btnPrev: ".main .prev",
        speed: 2000,
		visible: 2.5,
		start: 1,
		auto: 8000,
        easing: "easeinout"
    });       
    
    
});
