$(document).ready(function() {
	$("a.fancybox").fancybox({
		type: 'image'
	});
});
