$(function()
{
	
	if ($('.img_box a').length > 0)
	{
		$('.img_box a').lightBox();
		$('.lighttoo').lightBox();
	}
	
});


