/*
	//PARA HACER SCROLLS
	$(function(){
		$("ul#ticker01").liScroll();
		$("ul#ticker02").liScroll({travelocity: 0.15});
	});
*/