jQuery.noConflict();
jQuery(function() {
	jQuery('#tabs.yamazakura').tabs({selected: 1, fx:{opacity:'toggle', duration:'normal'}}).bind('tabsshow', function(ev, ui) {
		jQuery("#OverlayContainer").height(0);
		jQuery("#OverlayContainer").height(jQuery(document).height());
	    imagelink();
		return;
	});

	jQuery('#tabs').tabs({fx:{opacity:'toggle', duration:'normal'}}).bind('tabsshow', function(ev, ui) {
		jQuery("#OverlayContainer").height(0);
		jQuery("#OverlayContainer").height(jQuery(document).height());
	    imagelink();
	});
});

