// JavaScript Document

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

$(function(){
	$("#carrossel2").jCarouselLite({
		rtl: false ,
		btnPrev:'#prev2',
		btnNext: '#next2',
		auto :2,
		speed: 2500,
		visible: 3
	})
})
