$(function() {
	$('#lightbox-gallery a.img').lightBox(); // Select all links in object with gallery ID
});

