function Carousel() {
	$("#carousel_flyers").jcarousel({
        auto: 3,
		scroll: 1,
		easing: "easein",
		animation: 500,
		wrap: "both"
    });
}