jQuery.noConflict();
jQuery(document).ready(function($) {
	$("a.fancybox").fancybox();
});

