$(function() {
$("#carusel1").jCarouselLite({
btnNext: ".next1",
btnPrev: ".prev1"
});
$("#carusel2").jCarouselLite({
btnNext: ".next2",
btnPrev: ".prev2"
});
$("#carusel3").jCarouselLite({
btnNext: ".next3",
btnPrev: ".prev3"
});
});