$(document).ready(function(){
    $("a.client-link").prettyPhoto({theme: 'dark_rounded', json: true, allowresize: false});
});

