﻿$(function() {

    $(".jCarouselLite").jCarouselLite({
        btnNext: ".naechster_preview",
        btnPrev: ".prev_preview",
        scroll: 1,
        speed: 800,
        visible: 4,
        start: 0,
        circular: false,
  		mouseWheel: true
    });
});		
