$(document).ready(function() {
	$("a.questionmark").fancybox({
		'hideOnContentClick': true,
		'overlayOpacity': 0
	});
});