$(document).ready(function(){
 var galleryItems = $("body a[rel^='prettyPhoto']");
 if (galleryItems.length > 0) {
 galleryItems.prettyPhoto({theme:'dark_rounded'});
 }
});
