jQuery(document).ready(function($) {	

	if($('a.fancy').length > 0) {
		$("a.fancy").fancybox();
	}


});
