$(document).ready(function(){

//efeito lightbox
 $(function() {
        $('.ampliar').lightBox();
$('.ampliarr').lightBox();
    });




});

