﻿<?xml version="1.0" encoding="utf-8" ?>
<cu3er>
	<settings>
		<auto_play>
    <defaults symbol="circular" time="3" />
    <tweenIn x="500" y="50" width="35" height="35" tint="0xFFFFFF" />
</auto_play>

    	
			
	</settings>    

	<slides>
	
        <slide>
            <url>images/slide_1.jpg</url>
        </slide>
		<!-- changing transition between first & second slide -->
        <transition num="3" slicing="vertical" direction="down"/>
        
		<slide>
       		<url>images/slide_2.jpg</url>
        </slide>		
		<!-- changing transition between second & third slide -->
       <transition num="3" slicing="vertical" direction="down"/>
		
		<slide>
            <url>images/slide_3.jpg</url>
        </slide>
        <!-- transitions properties defined in transitions template -->
		<transition num="3" slicing="vertical" direction="down"/>
		
		<slide>
       		<url>images/slide_4.jpg</url>
        </slide>
		<transition num="3" slicing="vertical" direction="down"/>
		
        <slide>
       		<url>images/slide_5.jpg</url>
        </slide>
		<transition num="3" slicing="vertical" direction="down"/>		
	</slides>
</cu3er>

