$(document).ready(function(){
  $('#main a>img').parent().lightBox();
  

	//$('td').not('.menu').children('a>img').parent().lightBox();

});
