$(document).ready(function(){
  $(".text_port a[rel^='prettyPhoto']").prettyPhoto({
  	theme: 'light_rounded'
  });
})

