$(function() {
	$('#img_n a').lightBox({
		overlayBgColor: '#FFF3CD',
		overlayOpacity: 0.7,
		txtImage: 'Image',
		txtOf: 'of'
		}
	);
});

$(function() {
	$('.img_n a').lightBox({
		overlayBgColor: '#FFF3CD',
		overlayOpacity: 0.7,
		txtImage: 'Image',
		txtOf: 'of'
		}
	);
});

$(function() {
	$('.img_n01 a').lightBox({
		overlayBgColor: '#FFF3CD',
		overlayOpacity: 0.7,
		txtImage: 'Image',
		txtOf: 'of'
		}
	);
});

$(function() {
	$('.img_n02 a').lightBox({
		overlayBgColor: '#FFF3CD',
		overlayOpacity: 0.7,
		txtImage: 'Image',
		txtOf: 'of'
		}
	);
});

$(function() {
	$('.img_n03 a').lightBox({
		overlayBgColor: '#FFF3CD',
		overlayOpacity: 0.7,
		txtImage: 'Image',
		txtOf: 'of'
		}
	);
});