//é
jQuery(document).ready(function(){
 /*jQuery("a[rel^='prettyPhoto']").prettyPhoto();*/
 jQuery(".gallery a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',slideshow:2000});
 //jQuery(".gallery:gt(0) a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',slideshow:10000}); 
 
 //jQuery("a[rel^='prettyPhoto']",jQuery('.galeriavideos')).prettyPhoto();

});

