 jQuery.noConflict();
     
// Use jQuery via jQuery(...)
jQuery(document).ready(function(){
     
     
      //jQuery(".superfish ul:first").superfish();




	//jQuery('<div style="position: absolute; top: 0; left: 0; width: 200px; height: 200px; z-index: 10000;" id="google_map"></div>').appendTo("body");
	
	jQuery('.google_map_box').css("display","none");

	jQuery("a.fancybox") 
	//.click(function(event) { jQuery('#google_map').load( 'http://www.sg24h-live.de/index.php?id=61' ); return false; })
	.fancybox({
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'autoDimensions':   false,
		'width'			:	425, 
		'height'		:	385, 
		'overlayShow'	:	true
	});


});
