$(document).ready(function(){
						   
	$('.imagecell a').lightBox();	
	$('.gallery a').lightBox();
	
});
