<!-- 
	krpano 1.0.8
	- qtvr_style_skin.xml template 
	- just include it to use it
-->

<krpano version="1.0.8">

	<!-- disable progress bar -->
	<progress showload="none" showwait="none" />
	
	
	<!-- qtvr style movement -->
	<control mousetype="moveto"
	         mouseaccelerate="3"
	         mousefriction="0"
	         keybfovchange="1.5"
	         mousefovchange="3"
	         fovfriction="0"
	         />

	<!-- qtvr style cursor -->
	<cursors url="qtvr-cursors.png"
	         type="8way"
	         move    = " 0|0|16|16"
	         drag    = "16|0|16|16"
	         arrow_u = "32|0|16|16"
	         arrow_d = "48|0|16|16"
	         arrow_l = "64|0|16|16"
	         arrow_r = "80|0|16|16"
	         arrow_lu= "96|0|16|16"
	         arrow_ru="112|0|16|16"
	         arrow_rd="128|0|16|16"
	         arrow_ld="144|0|16|16"
	         />

	<!-- qtvr showtext() style -->
	<textstyle name="qtvrstyle" font="Arial" bold="false" fontsize="10" border="false" background="false" textcolor="0x000000"
	           origin="leftbottom" xoffset="36" yoffset="-1" edge="leftbottom" textalign="left"
	           />

	<!-- qtvr bar with zoom and fullscreen buttons -->
	<plugin name="bar" align="leftbottom"  x="0"  width="100%" height="16" url="qtvr-bar.png" zorder="0" scale9grid="34|16|5|16" enabled="false" />
	<plugin name="in"  align="leftbottom"  x="0"  url="qtvr-bar.png" zorder="1" crop="0|0|17|16"  ondowncrop="0|16|17|16"  ondown="set(fov_moveforce,+1);"  onup="set(fov_moveforce,0);" onhover="showtext(Zoom Out, qtvrstyle);" />
	<plugin name="out" align="leftbottom"  x="16" url="qtvr-bar.png" zorder="1" crop="16|0|17|16" ondowncrop="16|16|17|16" ondown="set(fov_moveforce,-1);"  onup="set(fov_moveforce,0);" onhover="showtext(Zoom In,  qtvrstyle);" />
	<plugin name="fs"  align="rightbottom" x="0"  url="qtvr-bar.png" zorder="1" crop="40|0|17|16" onclick="switch(fullscreen);" onhover="showtext(Change Fullscreen Mode,  qtvrstyle);" />

</krpano>
