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