(function($){			
	$UltimasNoticias = {

		_constructor:function()
		{
			var me = this;
			me.initConfig();
		},

		initConfig:function()
		{
			$("#ultimas_noticias .box").pontoscroll({larguraFoto:460});
		}

	}
})(jQuery); 