$('.popup-with-zoom-anim').magnificPopup({
callbacks: {
open: function() {
$('#lightSlider').lightSlider({
gallery:true,
item:1,
loop:false,
thumbItem:4,
slideMargin:4,
});
},
close: function() {
$(".lSGallery").remove()
}
});