$(function() {
	$('#content a').lightBox(); // Select all links in the page
	$('#gallery a').lightBox();
});