// jsLightbox.js

$(function() {
	$('#side_gallery a').lightBox();
	$('#gallery_list a').lightBox();
});
