$(function() {
$("#carusel1").jCarouselLite({
btnNext: ".next1",
btnPrev: ".prev1"
});
$("#carusel2").jCarouselLite({
btnNext: ".next2",
btnPrev: ".prev2"
});
$("#carusel3").jCarouselLite({
btnNext: ".next3",
btnPrev: ".prev3"
});
});
@media print {
body {font-size:2vh; line-height:2vh;}
}