// JavaScript Document

$(function() {
	$('.gallery a').lightBox({fixedNavigation:true});
	$('.gallery2 a').lightBox({fixedNavigation:true});
});
