/* use to load functions after loading page - jquery util*/
$(document).ready(function() {
    $(".lightbox").lightbox();
}
);