$(function() {
	$('a.lightbox').fancybox({
		'overlayShow': true,
		'overlayOpacity': 0.5
	});
});
