$(function() {
    $("#adv_show").jCarouselLite({
		visible:1,
		scroll:1,
		start:0,
		auto: 9000,
		speed: 1500,
        btnNext: ".next_img",
        btnPrev: ".prev_img"
    });
});

