 $(document).ready(function() {
	$('div.img a').lightBox({fixedNavigation:true});
	$('div.galView a').lightBox({fixedNavigation:true});
});