$(document).ready(function() {
	$("#pro_1").jCarouselLite({
		btnNext: "#next_1",
		btnPrev: "#prev_1",
		visible: 4, //顯示的張數
		scroll:1,   //每次滾幾張
		speed:500,//??速度，?位毫秒
		auto:5000, //隔多久自動滾一次
		circular:true,
		mouseOver:true
	});
	
	$("#pro_2").jCarouselLite({
		btnNext: "#next_2",
		btnPrev: "#prev_2",
		visible: 4, //顯示的張數
		scroll:1,   //每次滾幾張
		speed:500,//??速度，?位毫秒
		auto:8000, //隔多久自動滾一次
		circular:true,
		mouseOver:true
	});
	
});
