$(function(){
	$("#carrosselEvents").jCarouselLite({
		btnPrev:'.prev',
		btnNext:'.next',
		auto : 6000,
		speed : 2500,
		visible : 2
	
	})
	
})
$(function(){
	$("#carrosselDjMixer").jCarouselLite({
		btnPrev:'.prev2',
		btnNext:'.next2',
		auto : 8000,
		speed : 2500,
		visible : 2
	
	})
	
})
$(function(){
	$("#carrosselEventos").jCarouselLite({
		btnPrev:'.prev3',
		btnNext:'.next3',
		//auto : 8000,
		speed : 1000,
		visible : 1
	
	})
	
})
$(function(){
	$("#carrosselEventos2").jCarouselLite({
		btnPrev:'.prev5',
		btnNext:'.next5',
		//auto : 8000,
		speed : 1000,
		visible : 1
	
	})
	
})
$(function(){
	if($("#totalLabels").val()>7)
	{
		$("#carrolsselLabels").jCarouselLite({
			btnPrev:'.prev3',
			btnNext:'.next3',
			auto : 8000,
			speed : 1000,
			visible : $("#totalLabels").val()
		
		})
	}
})


