$(document).ready(function() { 
	$('#Gallery a.2009').lightBox();	
	$('#Gallery a.2008').lightBox();	
	$('a.box').lightBox();
});