$(function() {
    $(".wfu").jCarouselLite({
		auto: 1600,
		speed: 800,
		visible: 1,
		vertical: false,
		circular: true
    });
});