$(document).ready(function(){
  $("a[rel^='prettyPhoto']").prettyPhoto({
    //theme:'facebook',
    hideflash: true,
    show_title: false,
    keyboard_shortcuts: false
  });
});
