// JavaScript Document
 $(function() {
    $('.box a').lightBox();
	$('.text-img').lightBox();
    });

