$(document).ready(function(){
	// Selector image swaps
	$.swapImage(".swapImageDisjoint");
	// Tooltips from title attributes
	$("#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			 
		  });
	// interstitial boxes for contact and stock images
	$(".contactMrBamboo").colorbox({
		innerWidth		: '600px',
		innerHeight		: '540px',
		title			: false,
		iframe			: true
	});
	$(".fancy_image").colorbox();
});