$(function() {
    $("#carousel1").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        speed: 800,
        visible: 1
    }).width(758);

    $("#carousel2").jCarouselLite({
            btnNext: ".next2",
            btnPrev: ".prev2",
            speed: 400,
            visible: 5
        }).width(758);

    //zoom settings
    $("li.zoomIt").miniZoomPan({
        // размеры превьюшек
			sW: 758,
			sH: 400,
        // размеры больших  картинок
			lW: 1520,
			lH: 800
		})
});


