$(function() {
    $(".karussell").jCarouselLite({
        btnNext: ".next",
		easing: "bounceout",
		speed: 1000,
		easing: "backout",
        btnPrev: ".prev",
		visible: 3,
		mouseWheel: true,
		easing: "easeinout",
    circular: false
    });
});

$(function() {
    $(".galerie").jCarouselLite({
        btnNext: ".next_gal",
		easing: "bounceout",
		speed: 0,
		easing: "backout",
        btnPrev: ".prev_gal",
		visible: 1,
		mouseWheel: true,
		easing: "easeinout",
    circular: false
    });
});
