// call the lightbox script
$(function() {
	$('.gallery-img a').lightBox();
});

