$(function()
{ 
	$('.relatedItems .images .tnImage a').each(function()
	{
		$(this).attr('onclick', '');
		$(this).attr('title', $('img', this).attr('alt'));
		$('.relatedItems .images .tnImage a').lightBox();
	});
});