<?xml version="1.0" encoding="utf-8"?>
<!-- fhShow Carousel 2.0 configuration file
     Please visit http://www.flshow.net/ -->
 
<slide_show>
    <options>
        <debug>false</debug>                <!-- true, false -->
        <background>transparent</background>    <!-- #RRGGBB, transparent -->
        <friction>5</friction>              <!-- [1,100] -->
        <fullscreen>false</fullscreen>      <!-- true, false -->
 
        <margins>
            <top>-100</top>                                <!-- [-1000,1000] pixels -->
            <left>0</left>                              <!-- [-1000,1000] pixels -->
            <bottom>0</bottom>                          <!-- [-1000,1000] pixels -->
            <right>0</right>                            <!-- [-1000,1000] pixels -->
            <horizontal_ratio>19%</horizontal_ratio>    <!-- [1,50] a photo may occupy at most horizontalRatio percent of the Carousel width -->
            <vertical_ratio>40%</vertical_ratio>        <!-- [1,100] a photo may occupy at most verticalRatio percent of the Carousel height -->
        </margins>
 
        <interaction>
            <rotation>auto</rotation>            <!-- auto, mouse, keyboard -->
            <view_point>none</view_point>        <!-- none, mouse, keyboard -->
            <speed>10</speed>                     <!-- [-360,360] degrees per second -->
 
            <default_speed>5</default_speed>             <!-- [-360,360] degrees per second -->
            <default_view_point>0</default_view_point>  <!-- [0,100] percentage -->
            <reset_delay>30</reset_delay>                 <!-- [0,600] seconds, 0 means never reset -->
        </interaction>
 
        <far_photos>
            <size>50%</size>                  <!-- [0,100] percentage -->
            <amount>50%</amount>              <!-- [0,100] percentage -->
            <blur>5</blur>                   <!-- [0,100] amount -->
            <blur_quality>3</blur_quality>    <!-- [1,3] 1=low - 3=high -->
        </far_photos>
 
        <reflection>
            <amount>100</amount>      <!-- [0,1000] pixels -->
            <blur>2</blur>            <!-- [0,100] blur amount -->
            <distance>40</distance>    <!-- [-1000,1000] pixels -->
            <alpha>50%</alpha>        <!-- [0,100] percentage -->
        </reflection>
    </options>
 
<!-- Photo list -->
 
    <photo>images/001.jpg</photo>
    <photo>images/002.jpg</photo>
    <photo>images/003.jpg</photo>
    <photo>images/004.jpg</photo>
    <photo>images/005.jpg</photo>
    <photo>images/006.jpg</photo>
    <photo>images/007.jpg</photo>
    <photo>images/008.jpg</photo>
    <photo>images/009.jpg</photo>
    <photo>images/010.jpg</photo>
    <photo>images/011.jpg</photo>




</slide_show>