function changeClass(obj) {
	$(obj).parents('li').toggleClass('open');
}

$(function() {
   $('#gallery a').lightBox();
});
