﻿$(document).ready(function () {
    $("a[rel^='prettyPhoto']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='prettyPhoto']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplProdutoFoto']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplProdutoFoto']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplProdutoNome']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplProdutoNome']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplProdutoIdDaEmpresa']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplProdutoIdDaEmpresa']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplProdutoPreco']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplProdutoPreco']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplProdutoPrecoPromocional']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplProdutoPrecoPromocional']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplParcelamento']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplParcelamento']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplProdutoLegendaAtacado']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplProdutoLegendaAtacado']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplProdutoPrecoAtacado']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplProdutoPrecoAtacado']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplProdutoSimilarFoto']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplProdutoSimilarFoto']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplProdutoNome']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplProdutoNome']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplComprar']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplComprar']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplComprarDetalhes']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplComprarDetalhes']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplEspecificacaoItemNome']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplEspecificacaoItemNome']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplVerComentarios']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplVerComentarios']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='enviarComentario']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='enviarComentario']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplIndiqueParaUmAmigo']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplIndiqueParaUmAmigo']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });

    $("a[rel^='hplIndiqueSite']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
    $("a[rel^='hplIndiqueSite']").prettyPhoto({ animationSpeed: 'fast', slideshow: 5000 });
});

function FechaAbreLightBox(url) {
    $.prettyPhoto.close();
}
function FechaLightBox() {
    $.prettyPhoto.close();
}
