//ohsawa_komuten map.jsfunction firstMove(){	$('#mapMain').scrollTo('#mapDefault', 800 );}$(function() {		$('#m_slide_1F area').lightBox({fixedNavigation:true});	$('#m_slide_2F area').lightBox({fixedNavigation:true});	$('#m_slide_3F area').lightBox({fixedNavigation:true});		$('#mapNav').localScroll({		target:'#mapMain',		axis:'y',		queue:true,		speed:800	});		firstMove();	});