// JavaScript Document
jQuery(function() {
	jQuery('.LightBoxBlock li a').lightBox();
	jQuery('.MainImg a').lightBox();
});

