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

    
  <!-- Spot Style - Default Point Spot Style -->


  <style name="IconDefaultPointSpotStyle"
         url="%FIRSTXML%/spots/hotspot_information_user_defaultpoint0.png"
         visible="false"
         edge="center"


         />



  
  <!-- Spot Style - Default Polygon Spot Style -->
  <style name="PolygonDefaultPolygonSpotStyle"
           subdiv="true"
           visible="false"
           bordercolor="0xffffff"
           fillcolor="0xffffff"
           borderwidth="1"
           borderalpha="1"
           fillalpha="0"
           capture="false"
           onhover="onhoverPolygonDefaultPolygonSpotStyle"
           onover="onoverPolygonDefaultPolygonSpotStyle"
           onout="onoutPolygonDefaultPolygonSpotStyle"
           />
  <action name="onhoverPolygonDefaultPolygonSpotStyle">
    showTooltip('hotspot');
  </action>

  <action name="onoverPolygonDefaultPolygonSpotStyle">
    set(bordercolor, 0xffffff);
    set(fillcolor, 0xffffff);
    set(borderalpha, 1);
    set(fillalpha, 0.59999999999999998);
    set(borderwidth, 4);
  </action>

  <action name="onoutPolygonDefaultPolygonSpotStyle">

    set(bordercolor, 0xffffff);
    set(fillcolor, 0xffffff);
    set(borderalpha, 1);
    set(fillalpha, 0);

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



<!-- ********** -->
<!-- Easy HTML Lightbox Plugin -->
<!-- id : easyhtmllightbox -->
<!-- ********** -->
<include url="%FIRSTXML%/graphics/easyhtmllightbox/easy_html_lightbox_vr.xml" />
<plugin name="easy_html_lightbox" url="%FIRSTXML%/graphics/easyhtmllightbox/easy_html_lightbox.js" keep="true" devices="html5" include_reset="false"  include_jquery="false" 
	theme="dark" 
	background_color="#1e1e1e"
	background_alpha="0.59999999999999998"
	stop_autorotate="true"
	apply_blur="true"
	plugin_font_name="inherit"
	info_box_style="style_3_float_expanded"
	
	info_box_style_font_name="inherit"
	info_box_style_btn_text="Go To"
	info_box_style_font_size="15"
	info_box_style_image_width="122"

	info_box_style_title_color="0x000000"

	info_box_style_bg_color="0xffffff"
	info_box_style_bg_alpha="1"
	info_box_style_text_color="0x000000"

	info_box_style_btn_bg_color="0xe7cd8e"
	info_box_style_btn_bg_alpha="1"
	info_box_style_btn_text_color="0x"
	
/>




<action name="kolorboxjsready_easyhtmllightbox"></action>


</krpano>