<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.19-pr16"
        onstart="startup"
        logkey="false"
        bgcolor="#ffffff"
        projectfloorplanurl=""
        projecttitleid="project_title"
        projectdescriptionid="">


  <security cors="">
    <!--
    <crossdomainxml url="http://RESSOURCES_URL/crossdomain.xml" />
    -->
    <allowdomain domain="*" />
  </security>

  <krpano tour_firststartactiondone="false" />
  <events name="startbehavioursevents" onxmlcomplete="startbehavioursxmlcompleteaction();" keep="true"/>

  <!-- generated by Panotour Pro V2.5.14 64bits : 24-11-2025 18-18-43 -->
  <!-- Project file : /Users/baldovino/Documents/9629427.kpt -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/tour_messages_en.xml"/>

  <action name="startup">

    if (s !== null, if (startscene === null OR startscene === "undefined", set(startscene, get(s));); );
    if (startscene === null OR startscene === "undefined",
      set(startscene, pano32);
    );
    if(startlanguage !== null AND startlanguage !== "undefined",
      set(tour_language, get(startlanguage));
    );
    if(starttime !== null AND starttime !== "undefined" AND starttime GT 0,
      set(videoscenestarttime, get(starttime));
    ,
      set(videoscenestarttime, 0);
    );
    mainloadsceneStartup(get(startscene));
    if (h !== null,
      if (v !== null,
        if (f !== null,
          lookat(get(h), get(v), get(f));
         ,
          lookat(get(h), get(v));
        );
      ,
        if (f !== null,
          lookat(get(h), get(view.vlookat), get(f));
         ,
          lookat(get(h), get(view.vlookat));
        );
      );
    ,
      if (v !== null,
        if (f !== null,
          lookat(get(view.hlookat), get(v), get(f));
         ,
          lookat(get(view.hlookat), get(v));
        );
      ,
        if (f !== null,
          lookat(get(view.hlookat), get(view.vlookat), get(f));
        );
      );
    );
  </action>

  <!-- 13 Groups -->

  <!-- Group Group 45 : 1 panoramas -->
  
<!-- **** @PanoName="Output 182" @PanoFile="/Users/baldovino/Downloads/9629427/Output 182.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano32"
       heading="0"
       thumburl="%FIRSTXML%/output_182_32/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano32_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="2.880000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="2.880000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_182_32/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_182_32/0/1/%v_%u.jpg"/>
          <right url="output_182_32/1/1/%v_%u.jpg"/>
          <back  url="output_182_32/2/1/%v_%u.jpg"/>
          <left  url="output_182_32/3/1/%v_%u.jpg"/>
          <up    url="output_182_32/4/1/%v_%u.jpg"/>
          <down  url="output_182_32/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_182_32/0/0/%v_%u.jpg"/>
          <right url="output_182_32/1/0/%v_%u.jpg"/>
          <back  url="output_182_32/2/0/%v_%u.jpg"/>
          <left  url="output_182_32/3/0/%v_%u.jpg"/>
          <up    url="output_182_32/4/0/%v_%u.jpg"/>
          <down  url="output_182_32/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_182_32/mobile/0.jpg"/>
      <right url="output_182_32/mobile/1.jpg"/>
      <back  url="output_182_32/mobile/2.jpg"/>
      <left  url="output_182_32/mobile/3.jpg"/>
      <up    url="output_182_32/mobile/4.jpg"/>
      <down  url="output_182_32/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint48"
           ath="1.971831" atv="2.539185"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano34"
           onclick="onclickspotpoint48"
           tooltip="spotpoint48_tooltip"
           />
  <hotspot name="spotpoint48" devices="flash" zorder="3"/>
  <hotspot name="spotpoint48" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint48">
  
        mainloadscene(pano34);lookat(-4.275000, 9.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint48].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint48].visible, true);
  </action>
  <events name="pano32stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 47 : 1 panoramas -->
  
<!-- **** @PanoName="Output 184" @PanoFile="/Users/baldovino/Downloads/9629427/Output 184.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano34"
       heading="0"
       thumburl="%FIRSTXML%/output_184_34/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano34_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_184_34/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_184_34/0/1/%v_%u.jpg"/>
          <right url="output_184_34/1/1/%v_%u.jpg"/>
          <back  url="output_184_34/2/1/%v_%u.jpg"/>
          <left  url="output_184_34/3/1/%v_%u.jpg"/>
          <up    url="output_184_34/4/1/%v_%u.jpg"/>
          <down  url="output_184_34/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_184_34/0/0/%v_%u.jpg"/>
          <right url="output_184_34/1/0/%v_%u.jpg"/>
          <back  url="output_184_34/2/0/%v_%u.jpg"/>
          <left  url="output_184_34/3/0/%v_%u.jpg"/>
          <up    url="output_184_34/4/0/%v_%u.jpg"/>
          <down  url="output_184_34/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_184_34/mobile/0.jpg"/>
      <right url="output_184_34/mobile/1.jpg"/>
      <back  url="output_184_34/mobile/2.jpg"/>
      <left  url="output_184_34/mobile/3.jpg"/>
      <up    url="output_184_34/mobile/4.jpg"/>
      <down  url="output_184_34/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->



  <hotspot name="spotpoint49"
           ath="159.718310" atv="-0.282132"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano32"
           onclick="onclickspotpoint49"
           tooltip="spotpoint49_tooltip"
           />
  <hotspot name="spotpoint49" devices="flash" zorder="3"/>
  <hotspot name="spotpoint49" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint49">
  
        mainloadscene(pano32);lookat(-174.870000, 2.475000, 90.000000);


  </action>





  <hotspot name="spotpoint50"
           ath="1.408451" atv="4.796238"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano30"
           onclick="onclickspotpoint50"
           tooltip="spotpoint50_tooltip"
           />
  <hotspot name="spotpoint50" devices="flash" zorder="3"/>
  <hotspot name="spotpoint50" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint50">
  
        mainloadscene(pano30);lookat(1.800000, 3.150000, 90.000000);


  </action>





  <hotspot name="spotpoint54"
           ath="-38.028169" atv="-12.695925"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano27"
           onclick="onclickspotpoint54"
           tooltip="spotpoint54_tooltip"
           />
  <hotspot name="spotpoint54" devices="flash" zorder="3"/>
  <hotspot name="spotpoint54" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint54">
  
        mainloadscene(pano27);lookat(94.950000, -2.025000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint49].visible, false);

    set(hotspot[spotpoint50].visible, false);

    set(hotspot[spotpoint54].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint49].visible, true);

  
  set(hotspot[spotpoint50].visible, true);

  
  set(hotspot[spotpoint54].visible, true);
  </action>
  <events name="pano34stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 46 : 1 panoramas -->
  
<!-- **** @PanoName="Output 183" @PanoFile="/Users/baldovino/Downloads/9629427/Output 183.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano33"
       heading="0"
       thumburl="%FIRSTXML%/output_183_33/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano33_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_183_33/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_183_33/0/1/%v_%u.jpg"/>
          <right url="output_183_33/1/1/%v_%u.jpg"/>
          <back  url="output_183_33/2/1/%v_%u.jpg"/>
          <left  url="output_183_33/3/1/%v_%u.jpg"/>
          <up    url="output_183_33/4/1/%v_%u.jpg"/>
          <down  url="output_183_33/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_183_33/0/0/%v_%u.jpg"/>
          <right url="output_183_33/1/0/%v_%u.jpg"/>
          <back  url="output_183_33/2/0/%v_%u.jpg"/>
          <left  url="output_183_33/3/0/%v_%u.jpg"/>
          <up    url="output_183_33/4/0/%v_%u.jpg"/>
          <down  url="output_183_33/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_183_33/mobile/0.jpg"/>
      <right url="output_183_33/mobile/1.jpg"/>
      <back  url="output_183_33/mobile/2.jpg"/>
      <left  url="output_183_33/mobile/3.jpg"/>
      <up    url="output_183_33/mobile/4.jpg"/>
      <down  url="output_183_33/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint51"
           ath="89.295775" atv="-4.796238"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano26"
           onclick="onclickspotpoint51"
           tooltip="spotpoint51_tooltip"
           />
  <hotspot name="spotpoint51" devices="flash" zorder="3"/>
  <hotspot name="spotpoint51" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint51">
  
        mainloadscene(pano26);lookat(-178.200000, 3.825000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint51].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint51].visible, true);
  </action>
  <events name="pano33stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 35 : 1 panoramas -->
  
<!-- **** @PanoName="Output 172" @PanoFile="/Users/baldovino/Downloads/9629427/Output 172.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano22"
       heading="0"
       thumburl="%FIRSTXML%/output_172_22/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano22_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_172_22/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_172_22/0/1/%v_%u.jpg"/>
          <right url="output_172_22/1/1/%v_%u.jpg"/>
          <back  url="output_172_22/2/1/%v_%u.jpg"/>
          <left  url="output_172_22/3/1/%v_%u.jpg"/>
          <up    url="output_172_22/4/1/%v_%u.jpg"/>
          <down  url="output_172_22/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_172_22/0/0/%v_%u.jpg"/>
          <right url="output_172_22/1/0/%v_%u.jpg"/>
          <back  url="output_172_22/2/0/%v_%u.jpg"/>
          <left  url="output_172_22/3/0/%v_%u.jpg"/>
          <up    url="output_172_22/4/0/%v_%u.jpg"/>
          <down  url="output_172_22/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_172_22/mobile/0.jpg"/>
      <right url="output_172_22/mobile/1.jpg"/>
      <back  url="output_172_22/mobile/2.jpg"/>
      <left  url="output_172_22/mobile/3.jpg"/>
      <up    url="output_172_22/mobile/4.jpg"/>
      <down  url="output_172_22/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint71"
           ath="-103.380282" atv="1.974922"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint71"
           tooltip="spotpoint71_tooltip"
           />
  <hotspot name="spotpoint71" devices="flash" zorder="3"/>
  <hotspot name="spotpoint71" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint71">
  
        mainloadscene(pano25);lookat(89.100000, -2.700000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint71].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint71].visible, true);
  </action>
  <events name="pano22stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 36 : 1 panoramas -->
  
<!-- **** @PanoName="Output 173" @PanoFile="/Users/baldovino/Downloads/9629427/Output 173.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano23"
       heading="0"
       thumburl="%FIRSTXML%/output_173_23/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano23_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_173_23/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_173_23/0/1/%v_%u.jpg"/>
          <right url="output_173_23/1/1/%v_%u.jpg"/>
          <back  url="output_173_23/2/1/%v_%u.jpg"/>
          <left  url="output_173_23/3/1/%v_%u.jpg"/>
          <up    url="output_173_23/4/1/%v_%u.jpg"/>
          <down  url="output_173_23/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_173_23/0/0/%v_%u.jpg"/>
          <right url="output_173_23/1/0/%v_%u.jpg"/>
          <back  url="output_173_23/2/0/%v_%u.jpg"/>
          <left  url="output_173_23/3/0/%v_%u.jpg"/>
          <up    url="output_173_23/4/0/%v_%u.jpg"/>
          <down  url="output_173_23/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_173_23/mobile/0.jpg"/>
      <right url="output_173_23/mobile/1.jpg"/>
      <back  url="output_173_23/mobile/2.jpg"/>
      <left  url="output_173_23/mobile/3.jpg"/>
      <up    url="output_173_23/mobile/4.jpg"/>
      <down  url="output_173_23/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint67"
           ath="-45.915493" atv="1.974922"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint67"
           tooltip="spotpoint67_tooltip"
           />
  <hotspot name="spotpoint67" devices="flash" zorder="3"/>
  <hotspot name="spotpoint67" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint67">
  
        mainloadscene(pano25);lookat(5.625000, 1.350000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint67].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint67].visible, true);
  </action>
  <events name="pano23stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 37 : 1 panoramas -->
  
<!-- **** @PanoName="Output 174" @PanoFile="/Users/baldovino/Downloads/9629427/Output 174.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano24"
       heading="0"
       thumburl="%FIRSTXML%/output_174_24/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano24_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_174_24/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_174_24/0/1/%v_%u.jpg"/>
          <right url="output_174_24/1/1/%v_%u.jpg"/>
          <back  url="output_174_24/2/1/%v_%u.jpg"/>
          <left  url="output_174_24/3/1/%v_%u.jpg"/>
          <up    url="output_174_24/4/1/%v_%u.jpg"/>
          <down  url="output_174_24/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_174_24/0/0/%v_%u.jpg"/>
          <right url="output_174_24/1/0/%v_%u.jpg"/>
          <back  url="output_174_24/2/0/%v_%u.jpg"/>
          <left  url="output_174_24/3/0/%v_%u.jpg"/>
          <up    url="output_174_24/4/0/%v_%u.jpg"/>
          <down  url="output_174_24/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_174_24/mobile/0.jpg"/>
      <right url="output_174_24/mobile/1.jpg"/>
      <back  url="output_174_24/mobile/2.jpg"/>
      <left  url="output_174_24/mobile/3.jpg"/>
      <up    url="output_174_24/mobile/4.jpg"/>
      <down  url="output_174_24/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint63"
           ath="152.394366" atv="-3.103448"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano27"
           onclick="onclickspotpoint63"
           tooltip="spotpoint63_tooltip"
           />
  <hotspot name="spotpoint63" devices="flash" zorder="3"/>
  <hotspot name="spotpoint63" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint63">
  
        mainloadscene(pano27);lookat(-82.125000, 2.700000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint63].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint63].visible, true);
  </action>
  <events name="pano24stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 38 : 1 panoramas -->
  
<!-- **** @PanoName="Output 175" @PanoFile="/Users/baldovino/Downloads/9629427/Output 175.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano25"
       heading="0"
       thumburl="%FIRSTXML%/output_175_25/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano25_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_175_25/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_175_25/0/1/%v_%u.jpg"/>
          <right url="output_175_25/1/1/%v_%u.jpg"/>
          <back  url="output_175_25/2/1/%v_%u.jpg"/>
          <left  url="output_175_25/3/1/%v_%u.jpg"/>
          <up    url="output_175_25/4/1/%v_%u.jpg"/>
          <down  url="output_175_25/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_175_25/0/0/%v_%u.jpg"/>
          <right url="output_175_25/1/0/%v_%u.jpg"/>
          <back  url="output_175_25/2/0/%v_%u.jpg"/>
          <left  url="output_175_25/3/0/%v_%u.jpg"/>
          <up    url="output_175_25/4/0/%v_%u.jpg"/>
          <down  url="output_175_25/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_175_25/mobile/0.jpg"/>
      <right url="output_175_25/mobile/1.jpg"/>
      <back  url="output_175_25/mobile/2.jpg"/>
      <left  url="output_175_25/mobile/3.jpg"/>
      <up    url="output_175_25/mobile/4.jpg"/>
      <down  url="output_175_25/mobile/5.jpg"/>
    </image>




  <!-- **** 4 Point Spots **** -->



  <hotspot name="spotpoint65"
           ath="113.521127" atv="43.166144"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano27"
           onclick="onclickspotpoint65"
           tooltip="spotpoint65_tooltip"
           />
  <hotspot name="spotpoint65" devices="flash" zorder="3"/>
  <hotspot name="spotpoint65" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint65">
  
        mainloadscene(pano27);lookat(94.500000, -2.925000, 90.000000);


  </action>





  <hotspot name="spotpoint66"
           ath="-172.676056" atv="-4.796238"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano23"
           onclick="onclickspotpoint66"
           tooltip="spotpoint66_tooltip"
           />
  <hotspot name="spotpoint66" devices="flash" zorder="3"/>
  <hotspot name="spotpoint66" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint66">
  
        mainloadscene(pano23);lookat(95.850000, -1.800000, 90.000000);


  </action>





  <hotspot name="spotpoint68"
           ath="-1.971831" atv="-8.181818"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano31"
           onclick="onclickspotpoint68"
           tooltip="spotpoint68_tooltip"
           />
  <hotspot name="spotpoint68" devices="flash" zorder="3"/>
  <hotspot name="spotpoint68" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint68">
  
        mainloadscene(pano31);lookat(-0.225000, 4.500000, 90.000000);


  </action>





  <hotspot name="spotpoint70"
           ath="-57.183099" atv="-5.924765"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano22"
           onclick="onclickspotpoint70"
           tooltip="spotpoint70_tooltip"
           />
  <hotspot name="spotpoint70" devices="flash" zorder="3"/>
  <hotspot name="spotpoint70" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint70">
  
        mainloadscene(pano22);lookat(82.350000, -2.250000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint65].visible, false);

    set(hotspot[spotpoint66].visible, false);

    set(hotspot[spotpoint68].visible, false);

    set(hotspot[spotpoint70].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint65].visible, true);

  
  set(hotspot[spotpoint66].visible, true);

  
  set(hotspot[spotpoint68].visible, true);

  
  set(hotspot[spotpoint70].visible, true);
  </action>
  <events name="pano25stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 39 : 1 panoramas -->
  
<!-- **** @PanoName="Output 176" @PanoFile="/Users/baldovino/Downloads/9629427/Output 176.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano26"
       heading="0"
       thumburl="%FIRSTXML%/output_176_26/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano26_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_176_26/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_176_26/0/1/%v_%u.jpg"/>
          <right url="output_176_26/1/1/%v_%u.jpg"/>
          <back  url="output_176_26/2/1/%v_%u.jpg"/>
          <left  url="output_176_26/3/1/%v_%u.jpg"/>
          <up    url="output_176_26/4/1/%v_%u.jpg"/>
          <down  url="output_176_26/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_176_26/0/0/%v_%u.jpg"/>
          <right url="output_176_26/1/0/%v_%u.jpg"/>
          <back  url="output_176_26/2/0/%v_%u.jpg"/>
          <left  url="output_176_26/3/0/%v_%u.jpg"/>
          <up    url="output_176_26/4/0/%v_%u.jpg"/>
          <down  url="output_176_26/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_176_26/mobile/0.jpg"/>
      <right url="output_176_26/mobile/1.jpg"/>
      <back  url="output_176_26/mobile/2.jpg"/>
      <left  url="output_176_26/mobile/3.jpg"/>
      <up    url="output_176_26/mobile/4.jpg"/>
      <down  url="output_176_26/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint56"
           ath="166.952224" atv="3.267327"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano30"
           onclick="onclickspotpoint56"
           tooltip="spotpoint56_tooltip"
           />
  <hotspot name="spotpoint56" devices="flash" zorder="3"/>
  <hotspot name="spotpoint56" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint56">
  
        mainloadscene(pano30);lookat(-176.625000, -0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint57"
           ath="4.788732" atv="1.974922"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano33"
           onclick="onclickspotpoint57"
           tooltip="spotpoint57_tooltip"
           />
  <hotspot name="spotpoint57" devices="flash" zorder="3"/>
  <hotspot name="spotpoint57" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint57">
  
        mainloadscene(pano33);lookat(-82.350000, 1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint56].visible, false);

    set(hotspot[spotpoint57].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint56].visible, true);

  
  set(hotspot[spotpoint57].visible, true);
  </action>
  <events name="pano26stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 40 : 1 panoramas -->
  
<!-- **** @PanoName="Output 177" @PanoFile="/Users/baldovino/Downloads/9629427/Output 177.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano27"
       heading="0"
       thumburl="%FIRSTXML%/output_177_27/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano27_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_177_27/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_177_27/0/1/%v_%u.jpg"/>
          <right url="output_177_27/1/1/%v_%u.jpg"/>
          <back  url="output_177_27/2/1/%v_%u.jpg"/>
          <left  url="output_177_27/3/1/%v_%u.jpg"/>
          <up    url="output_177_27/4/1/%v_%u.jpg"/>
          <down  url="output_177_27/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_177_27/0/0/%v_%u.jpg"/>
          <right url="output_177_27/1/0/%v_%u.jpg"/>
          <back  url="output_177_27/2/0/%v_%u.jpg"/>
          <left  url="output_177_27/3/0/%v_%u.jpg"/>
          <up    url="output_177_27/4/0/%v_%u.jpg"/>
          <down  url="output_177_27/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_177_27/mobile/0.jpg"/>
      <right url="output_177_27/mobile/1.jpg"/>
      <back  url="output_177_27/mobile/2.jpg"/>
      <left  url="output_177_27/mobile/3.jpg"/>
      <up    url="output_177_27/mobile/4.jpg"/>
      <down  url="output_177_27/mobile/5.jpg"/>
    </image>




  <!-- **** 5 Point Spots **** -->



  <hotspot name="spotpoint55"
           ath="-46.478873" atv="38.087774"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano34"
           onclick="onclickspotpoint55"
           tooltip="spotpoint55_tooltip"
           />
  <hotspot name="spotpoint55" devices="flash" zorder="3"/>
  <hotspot name="spotpoint55" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint55">
  
        mainloadscene(pano34);lookat(95.400000, -1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint58"
           ath="-2.535211" atv="3.103448"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano28"
           onclick="onclickspotpoint58"
           tooltip="spotpoint58_tooltip"
           />
  <hotspot name="spotpoint58" devices="flash" zorder="3"/>
  <hotspot name="spotpoint58" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint58">
  
        mainloadscene(pano28);lookat(7.425000, 3.150000, 90.000000);


  </action>





  <hotspot name="spotpoint59"
           ath="-169.295775" atv="-3.667712"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano29"
           onclick="onclickspotpoint59"
           tooltip="spotpoint59_tooltip"
           />
  <hotspot name="spotpoint59" devices="flash" zorder="3"/>
  <hotspot name="spotpoint59" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint59">
  
        mainloadscene(pano29);lookat(8.550000, 8.550000, 90.000000);


  </action>





  <hotspot name="spotpoint62"
           ath="95.492958" atv="-4.796238"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano24"
           onclick="onclickspotpoint62"
           tooltip="spotpoint62_tooltip"
           />
  <hotspot name="spotpoint62" devices="flash" zorder="3"/>
  <hotspot name="spotpoint62" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint62">
  
        mainloadscene(pano24);lookat(-28.125000, 2.700000, 90.000000);


  </action>





  <hotspot name="spotpoint64"
           ath="-96.619718" atv="-9.310345"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint64"
           tooltip="spotpoint64_tooltip"
           />
  <hotspot name="spotpoint64" devices="flash" zorder="3"/>
  <hotspot name="spotpoint64" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint64">
  
        mainloadscene(pano25);lookat(-83.700000, 4.725000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint55].visible, false);

    set(hotspot[spotpoint58].visible, false);

    set(hotspot[spotpoint59].visible, false);

    set(hotspot[spotpoint62].visible, false);

    set(hotspot[spotpoint64].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint55].visible, true);

  
  set(hotspot[spotpoint58].visible, true);

  
  set(hotspot[spotpoint59].visible, true);

  
  set(hotspot[spotpoint62].visible, true);

  
  set(hotspot[spotpoint64].visible, true);
  </action>
  <events name="pano27stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 41 : 1 panoramas -->
  
<!-- **** @PanoName="Output 178" @PanoFile="/Users/baldovino/Downloads/9629427/Output 178.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano28"
       heading="0"
       thumburl="%FIRSTXML%/output_178_28/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano28_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_178_28/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_178_28/0/1/%v_%u.jpg"/>
          <right url="output_178_28/1/1/%v_%u.jpg"/>
          <back  url="output_178_28/2/1/%v_%u.jpg"/>
          <left  url="output_178_28/3/1/%v_%u.jpg"/>
          <up    url="output_178_28/4/1/%v_%u.jpg"/>
          <down  url="output_178_28/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_178_28/0/0/%v_%u.jpg"/>
          <right url="output_178_28/1/0/%v_%u.jpg"/>
          <back  url="output_178_28/2/0/%v_%u.jpg"/>
          <left  url="output_178_28/3/0/%v_%u.jpg"/>
          <up    url="output_178_28/4/0/%v_%u.jpg"/>
          <down  url="output_178_28/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_178_28/mobile/0.jpg"/>
      <right url="output_178_28/mobile/1.jpg"/>
      <back  url="output_178_28/mobile/2.jpg"/>
      <left  url="output_178_28/mobile/3.jpg"/>
      <up    url="output_178_28/mobile/4.jpg"/>
      <down  url="output_178_28/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint60"
           ath="176.056338" atv="-4.796238"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano27"
           onclick="onclickspotpoint60"
           tooltip="spotpoint60_tooltip"
           />
  <hotspot name="spotpoint60" devices="flash" zorder="3"/>
  <hotspot name="spotpoint60" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint60">
  
        mainloadscene(pano27);lookat(-172.800000, 1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint60].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint60].visible, true);
  </action>
  <events name="pano28stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 42 : 1 panoramas -->
  
<!-- **** @PanoName="Output 179" @PanoFile="/Users/baldovino/Downloads/9629427/Output 179.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano29"
       heading="0"
       thumburl="%FIRSTXML%/output_179_29/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano29_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_179_29/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_179_29/0/1/%v_%u.jpg"/>
          <right url="output_179_29/1/1/%v_%u.jpg"/>
          <back  url="output_179_29/2/1/%v_%u.jpg"/>
          <left  url="output_179_29/3/1/%v_%u.jpg"/>
          <up    url="output_179_29/4/1/%v_%u.jpg"/>
          <down  url="output_179_29/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_179_29/0/0/%v_%u.jpg"/>
          <right url="output_179_29/1/0/%v_%u.jpg"/>
          <back  url="output_179_29/2/0/%v_%u.jpg"/>
          <left  url="output_179_29/3/0/%v_%u.jpg"/>
          <up    url="output_179_29/4/0/%v_%u.jpg"/>
          <down  url="output_179_29/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_179_29/mobile/0.jpg"/>
      <right url="output_179_29/mobile/1.jpg"/>
      <back  url="output_179_29/mobile/2.jpg"/>
      <left  url="output_179_29/mobile/3.jpg"/>
      <up    url="output_179_29/mobile/4.jpg"/>
      <down  url="output_179_29/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint61"
           ath="-159.718310" atv="-6.489028"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano27"
           onclick="onclickspotpoint61"
           tooltip="spotpoint61_tooltip"
           />
  <hotspot name="spotpoint61" devices="flash" zorder="3"/>
  <hotspot name="spotpoint61" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint61">
  
        mainloadscene(pano27);lookat(-2.700000, 2.025000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint61].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint61].visible, true);
  </action>
  <events name="pano29stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 43 : 1 panoramas -->
  
<!-- **** @PanoName="Output 180" @PanoFile="/Users/baldovino/Downloads/9629427/Output 180.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano30"
       heading="0"
       thumburl="%FIRSTXML%/output_180_30/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano30_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_180_30/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_180_30/0/1/%v_%u.jpg"/>
          <right url="output_180_30/1/1/%v_%u.jpg"/>
          <back  url="output_180_30/2/1/%v_%u.jpg"/>
          <left  url="output_180_30/3/1/%v_%u.jpg"/>
          <up    url="output_180_30/4/1/%v_%u.jpg"/>
          <down  url="output_180_30/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_180_30/0/0/%v_%u.jpg"/>
          <right url="output_180_30/1/0/%v_%u.jpg"/>
          <back  url="output_180_30/2/0/%v_%u.jpg"/>
          <left  url="output_180_30/3/0/%v_%u.jpg"/>
          <up    url="output_180_30/4/0/%v_%u.jpg"/>
          <down  url="output_180_30/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_180_30/mobile/0.jpg"/>
      <right url="output_180_30/mobile/1.jpg"/>
      <back  url="output_180_30/mobile/2.jpg"/>
      <left  url="output_180_30/mobile/3.jpg"/>
      <up    url="output_180_30/mobile/4.jpg"/>
      <down  url="output_180_30/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint52"
           ath="-10.985915" atv="7.053292"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano26"
           onclick="onclickspotpoint52"
           tooltip="spotpoint52_tooltip"
           />
  <hotspot name="spotpoint52" devices="flash" zorder="3"/>
  <hotspot name="spotpoint52" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint52">
  
        mainloadscene(pano26);lookat(4.500000, 6.975000, 90.000000);


  </action>





  <hotspot name="spotpoint53"
           ath="-170.985915" atv="0.282132"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano34"
           onclick="onclickspotpoint53"
           tooltip="spotpoint53_tooltip"
           />
  <hotspot name="spotpoint53" devices="flash" zorder="3"/>
  <hotspot name="spotpoint53" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint53">
  
        mainloadscene(pano34);lookat(-175.950000, 0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint52].visible, false);

    set(hotspot[spotpoint53].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint52].visible, true);

  
  set(hotspot[spotpoint53].visible, true);
  </action>
  <events name="pano30stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 44 : 1 panoramas -->
  
<!-- **** @PanoName="Output 181" @PanoFile="/Users/baldovino/Downloads/9629427/Output 181.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano31"
       heading="0"
       thumburl="%FIRSTXML%/output_181_31/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano31_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_181_31/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_181_31/0/1/%v_%u.jpg"/>
          <right url="output_181_31/1/1/%v_%u.jpg"/>
          <back  url="output_181_31/2/1/%v_%u.jpg"/>
          <left  url="output_181_31/3/1/%v_%u.jpg"/>
          <up    url="output_181_31/4/1/%v_%u.jpg"/>
          <down  url="output_181_31/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_181_31/0/0/%v_%u.jpg"/>
          <right url="output_181_31/1/0/%v_%u.jpg"/>
          <back  url="output_181_31/2/0/%v_%u.jpg"/>
          <left  url="output_181_31/3/0/%v_%u.jpg"/>
          <up    url="output_181_31/4/0/%v_%u.jpg"/>
          <down  url="output_181_31/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_181_31/mobile/0.jpg"/>
      <right url="output_181_31/mobile/1.jpg"/>
      <back  url="output_181_31/mobile/2.jpg"/>
      <left  url="output_181_31/mobile/3.jpg"/>
      <up    url="output_181_31/mobile/4.jpg"/>
      <down  url="output_181_31/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint69"
           ath="-174.366197" atv="-1.410658"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano25"
           onclick="onclickspotpoint69"
           tooltip="spotpoint69_tooltip"
           />
  <hotspot name="spotpoint69" devices="flash" zorder="3"/>
  <hotspot name="spotpoint69" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint69">
  
        mainloadscene(pano25);lookat(-176.175000, 0.225000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint69].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint69].visible, true);
  </action>
  <events name="pano31stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

