$(function()	{  

//最新の状況の背景画像
$("#div_contents_02 ul.ul_small li:nth-child(even)")
.css("padding-right", "0px");

});

$(function() {
	    $(".div_shusai_pic").jCarouselLite({
	        btnNext: ".next",
	        btnPrev: ".prev",
								visible : 1,
								auto: 1800,
								speed: 800,
								easing: "easeOutExpo"

	    });
});
