$(document).ready(function() {
	// Stuff to do as soon as the DOM is ready;
	$("a.lightbox").lightBox();
});
