jQuery(document).ready(function() {
	jQuery('.gallery a').fancybox({'overlayShow': true, 'hideOnContentClick': true, 'overlayOpacity': 0.85});
});