frontend.customStart = {}
frontend.customStart.init = function() {
    $('.lightbox a.js-trigger').lightBox();
}
$(document).ready(frontend.customStart.init);
