$(function(){

    /*
     * PrettyPhoto
     */
    $("a[rel^='prettyPhoto']").prettyPhoto({
        social_tools: false,
        deeplinking: false
    });
    
    $("a[rel^='lightbox']").prettyPhoto({
        social_tools: false,
        deeplinking: false
    });

});

