
			<?xml version="1.0" encoding="utf-8"?>
			<slide_show>
			
			<options>
        	<debug>false</debug>                <!-- true, false -->
        	<background>#f6f6f6</background>    <!-- #RRGGBB, transparent -->
        	<friction>15</friction>              <!-- [1,100] -->
        	<fullscreen>false</fullscreen>      <!-- true, false -->
			<!--
        	<fieldOfView>55</fieldOfView>       <!-- [1,179] -->
			-->
        	<margins>
        		<top>-50</top>                    <!-- [-1000,1000] pixels -->
        		<left>0</left>                  <!-- [-1000,1000] pixels -->
        		<bottom>20</bottom>              <!-- [-1000,1000] pixels -->
        		<right>0</right>                <!-- [-1000,1000] pixels -->
				<vertical_ratio>50%</vertical_ratio>
        	</margins>
        	<interaction>
        		<flip>keyboard</flip>                   <!-- auto, mouse, keyboard -->
        		<vertical>true</vertical>            <!-- true, false -->
        		<speed>20</speed>                   <!-- [-360,360] degrees per second -->
        		<default_speed>5</default_speed>    <!-- [-360,360] degrees per second -->
        		<reset_delay>0</reset_delay>        <!-- [0,600] seconds, 0 means never reset -->
        	</interaction>
        	<reflection>
        		<amount>0</amount>      <!-- [0,1000] pixels -->
        		<blur>0</blur>            <!-- [0,100] blur amount -->
        		<distance>0</distance>    <!-- [-1000,1000] pixels -->
        		<alpha>0%</alpha>        <!-- [0,100] percentage -->
        	</reflection>
			</options>
			</slide_show>
			
