;(function ($) {
	
	$(document).ready(function () {
		$('.pgalery a').lightBox();		
	});
	
	
})(jQuery);

