// Ajusta Scrollable as diversas resoluções
		if (screen.width <"1440") {
		document.write('<link rel="stylesheet" href="css/scrollable2.css" type="text/css" />')
		}
		if (screen.width <"1280") {
		document.write('<link rel="stylesheet" href="css/scrollable3.css" type="text/css" />')
		}