jQuery(document).ready(function()
{ 
	$('.lightbox_gallery a').lightBox(); // Select all links in object with gallery ID
});
