$(document).ready(function() {
    $("#pontos").hoverscroll({
        width: 249,
        height: 55
    });
    $("#solucoes").hoverscroll({
        width: 249,
        height: 55
    });
    $("#fotos").hoverscroll({
        width: 980,
        height: 101
    });
});

function opcao(div){
    div.style.display = "block";
}

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
    var pageTracker = _gat._getTracker("UA-16150646-1");
    pageTracker._trackPageview();
} catch(err) {}
