$(document).ready(
function()
{
	// This is the javascript for the lightbox. All A tags (links) indice a div id="images" get a lightbox effect
	$('#gallery_thumbnails a').lightBox();	
	$('#enlarge_link a').lightBox();	
	
	
}
)
