
$(function() {

$(".default	 .jCarouselLite").jCarouselLite({
    auto: 4000,
    speed: 1000,
    visible: 1,
    easing: "backinout"
});

});