$(document).ready(function(){
  $('a[href$="jpg"] > img').parent().prettyPhoto();
  $('.lb_iframe a,a.lb_iframe').attr('onclick', '').prettyPhoto({show_title:false,allow_resize:false});
});
