	jQuery.noConflict();
    jQuery.swapImage(".swapImageDisjoint"); 
jQuery(document).ready(function(){
	jQuery("a.fancy_image").fancybox();
	jQuery("a.contact_link").fancybox({ 'frameWidth': 500, 'frameHeight': 500, 'padding': 0, 'hideOnContentClick': 0 }); 
	jQuery("#selector a, #species area, #species a.category, a.contactMrBamboo, #mapLink a, #bambooSelector a, img#bambooImg").tooltip({ 
			  track: true, 
			  delay: 2, 
			  showURL: false, 
			  showBody: " - ", 
			  fade: 250 ,/*,
			  positionLeft: true */
			  extraClass: "pretty", 
    fixPNG: true, 
    opacity: 0.95, 
    left: -120
			 
		  });
	jQuery("a.contactMrBamboo").fancybox({
	'frameWidth': 820, 'frameHeight': 550, 'padding': 0,
	'hideOnContentClick': false
	});
	
 });