$(document).ready( function() {

  $(".news-single-img a[rel^='lightbox']").prettyPhoto({ theme: 'light_square' });
  
});  
