jQuery(document).ready(function() {

	$("a.preview").fancybox({
		//'titleShow'     : false
	});

});

