$(document).ready(function(){
	$(".ulProdutos").jCarouselLite({
		btnNext: ".btnNext",
		btnPrev: ".btnPrev",
		auto: 3000
	});
});