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

