$( function() {
    $('#gallery a').prettyPhoto({
        theme: 'dark_square'
    });
} );
