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

