// JavaScript Document

$(function(){

      $("#ultimasNoticias").jCarouselLite({

            auto    : 1000,

            speed   : 500, 

            visible : 5,

			vertical : true
			
			

      });

	});
