$(document).ready(function() {
	$('HTML').addClass('JS');

	$("#photogallery a").colorbox();
	$(".lightbox").colorbox();
	
	$('img').attr('title', function() {
	  return this.alt;
	});
});

