$(document).ready(function() {
	// add lightbox support
	$(function() {
		$('a.lightbox').lightBox();
	});
});
