$(document).ready(function () {
    Cufon.replace("p, span");
    window.setTimeout(" \
  $('.placa').animate({'top': '0'}, 'slow'); \
  $('.placa').animate({'top': '-10px'}, 'fast'); ", 2000);
    $("ul#fotos li span, .icopdf").css("opacity", "0");
    $(".placa").hover(function () {
        $(this).stop().animate({
            top: "0px"
        },
        "fast");
    },
    function () {
        $(this).stop().animate({
            top: "-10px"
        },
        "fast");
    });
    $(".phum").hover(function () {
        $(this).stop().animate({
            top: "10px",
            left: "-10px"
        },
        "fast");
        $(".popum").stop().animate({
            opacity: 0.9
        },
        "normal");
    },
    function () {
        $(this).stop().animate({
            top: "23px",
            left: "0"
        },
        "fast");
        $(".popum").stop().animate({
            opacity: 0
        },
        "normal");
    });
    $(".phdois").hover(function () {
        $(this).stop().animate({
            top: "-10px"
        },
        "fast");
        $(".popdois").stop().animate({
            opacity: 0.9
        },
        "normal");
    },
    function () {
        $(this).stop().animate({
            top: "0"
        },
        "fast");
        $(".popdois").stop().animate({
            opacity: 0
        },
        "normal");
    });
    $(".phtres").hover(function () {
        $(this).stop().animate({
            top: "25px",
            left: "204px"
        },
        "fast");
        $(".poptres").stop().animate({
            opacity: 0.9
        },
        "normal");
    },
    function () {
        $(this).stop().animate({
            top: "35px",
            left: "194px"
        },
        "fast");
        $(".poptres").stop().animate({
            opacity: 0
        },
        "normal");
    });
    $(".down").hover(function () {
        $(".icopdf").stop().animate({
            top: "201px",
            left: "74px",
            opacity: 1
        },
        "fast");
    },
    function () {
        $(".icopdf").stop().animate({
            top: "150px",
            left: "95px",
            opacity: 0
        },
        "fast");
    });
    $("ul#fotos li span").corner("3px");
    $(document).ready(function () {
        $("a[rel^='prettyPhoto']").prettyPhoto();
    });
});
