$(document).ready(function() {
	
	// Initiate the lightbox
	$('a.lightbox').lightBox({
		maxHeight: 600,
		maxWidth: 800
	});

});
