$(function (){
	$("#carrossel").jCarouselLite({
		btnPrev: '.prev',
		btnNext: '.next',
		auto: 1000,
		speed: 3000,
		visible: 3
	})			
})

$(function (){
	$("#carrossel_int").jCarouselLite({
		btnPrev: '.prev',
		btnNext: '.next',
		auto: 1000,
		speed: 3000,
		visible: 4
	})			
})

