$(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto({
        animationSpeed: 'slow', /* fast/slow/normal */
        opacity: 0.65, /* Value betwee 0 and 1 */
        callback: function(){}
    });
});
