//galeria.php

$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',slideshow:6000,social_tools:""});
});
