﻿/* Initiate all Jquery functions */

// Initiate Lightbox

$(function () {
    $('.lb-gallery a').lightBox();
});
