$(document).ready(function() {
	lb();
});

function lb() {
	$('.gallery_box a').lightBox();
	$('.refbox .img a').lightBox();
}

