$(document).ready(function() {
	$("#content div a").fancybox({
		'overlayShow': true
	});
});