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