<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.19-pr16">

      
  <!-- Picture Spot Style - Default Picture Spot Style -->

  <style name="RectPictureDefaultPictureSpotStyle"
         distorted="true"
         visible="false"
         scale="1.0" 
         />



  
  <!-- Spot Style - Land -->
  <style name="PolygonLand"
           visible="false"
           bordercolor="0x0e7a8c"
           fillcolor="0xc7c7c7"
           borderwidth="9"
           borderalpha="1"
           fillalpha="0"
           capture="false"
           onhover="onhoverPolygonLand"
           onover="onoverPolygonLand"
           onout="onoutPolygonLand"
           />
  <action name="onhoverPolygonLand">
    showTooltip('hotspot');
  </action>

  <action name="onoverPolygonLand">
    set(borderwidth, 9);
  </action>

  <action name="onoutPolygonLand">

    set(borderwidth, 9);
    hideTooltip();
  </action>



    
  <!-- Spot Style - calloutright -->


  <style name="Iconcalloutright"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint1.png"
         visible="false"
         edge="bottom" ox="0" oy="0"


         height="250"
         width="prop"
         />



    
  <!-- Spot Style - calloutleft -->


  <style name="Iconcalloutleft"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint2.png"
         visible="false"
         edge="bottom" ox="0" oy="0"


         height="250"
         width="prop"
         />



    
  <!-- Spot Style - calloutleftlong -->


  <style name="Iconcalloutleftlong"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint3.png"
         visible="false"
         edge="bottom" ox="0" oy="0"


         height="250"
         width="prop"
         />



    
  <!-- Spot Style - calloutrightlong -->


  <style name="Iconcalloutrightlong"
         url="%FIRSTXML%/spots/hotspot_neutral_user_defaultpoint4.png"
         visible="false"
         edge="bottom" ox="0" oy="0"


         height="250"
         width="prop"
         />



<!-- ********** -->
<!-- LogoShalimar -->
<!-- id : logo -->
<!-- ********** -->





<!-- ********** -->
<!-- LogoSkyGarden -->
<!-- id : logo1 -->
<!-- ********** -->





<action name="viewControlZoomIn">
	if(%1,
		if(%2,
			if(%2 LT view.fovmin,
				zoomto(get(view.fovmin));
			,
				if(%2 LT view.fov,
					zoomto(%2);
				);
			);
		,
			set(fov_moveforce, -1);
			delayedcall(0.1, viewControlZoomStop());
		);
	,
		set(fov_moveforce, -1);
	);
</action>
<action name="viewControlZoomOut">
	if(%1,
		if(%2,
			if(%2 GT view.fovmax,
				zoomto(get(view.fovmax));
			,
				if(%2 GT view.fov,
					zoomto(%2);
				);
			);
		,
			set(fov_moveforce, +1);
			delayedcall(0.1, viewControlZoomStop());
		);
	,
		set(fov_moveforce, +1);
	);
</action>
<action name="viewControlZoomStop">
	set(fov_moveforce, 0);
</action>

</krpano>