$(document).ready(function() {
	registerFancybox();
});

function registerFancybox()
{
	$('a.content-image-zoom').fancybox({ });
}
