$(function() {
	$('.gallery a').lightBox();
	$('.popupimgs a').lightBox();
	$('a.thickbox').lightBox(); // Select all links in the page

});