// TcS JavaScript Document | FBox stuff
$(document).ready(function() {
	$("a#monthly_photo, a.aktuele_body").fancybox({
		'overlayShow'	: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'fade',
		'hideOnContentClick' : true,
		'showCloseButton' : false
	});
});
