/**
 * @author Przemysław Zajdel
 */

$(function() {
    $('#gallery a').lightBox();
});

