$(function() {
		   
	if ($('.lightbox-gallery a').length > 0) {
	
        $('.lightbox-gallery a').lightBox();
    
	}
	
});
