// JavaScript Document

$(function(){

      $("#ultimasNoticias").jCarouselLite({

            auto    : 3000,

            speed   : 500, 

            visible : 5,

			vertical : true

      });

	});
