var j = jQuery.noConflict();
j(function(){

j("#carrossel-box").jCarouselLite({
				    btnPrev : '#prev',
				    btnNext : '#next',
				    auto    : 2000,
				    speed   : 1000,
					visible : 6
					}); 
});

