$(function () {
     $ ("#not_efeito").jCarouselLite({
	vertical: 'true',
	auto:  1500,
	speed: 2000,
	visible:2
   });
	
	$ ("#anuncio_efeito").jCarouselLite({
	horizontal: 'true',
	auto:  3000,
	speed: 2000,
	visible:1
   });
	

	
});