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

