// JavaScript Document

// lightbox start
$(function() {
	$('#gallery a').lightBox();
});
// lightbox end


