/* Author: 

*/
$(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto(
    {
    social_tools: '',
    theme: 'dark_square'
    } 
    );
  });
























