﻿$(document).ready(function() {
    // lightbox
    $('a[rel^="lightbox[gallery]"]').lightBox();
});
