<!-- Note: this line is a XML comment block -->

<coverFlow>
	
	<!-- SETTINGS -->
	<settings>
		
		<!-- component width and height in pixels -->
		<width>1003</width>
		<height>400</height>
		
		<!-- Item width and height in pixels -->
		<itemWidth>630</itemWidth>
		<itemHeight>350</itemHeight>
		
		<!-- Side items x, y and z rotation angle -->
		<yAngle>60</yAngle>
		<xAngle>0</xAngle>
		<zAngle>0</zAngle>
		
		<!-- Maximum z depth -->
		<maxZDepth>400</maxZDepth>
		
		<!-- Z depth between middle item and side items -->
		<zDepthOffset>200</zDepthOffset>
		
		<!-- Items x spacing -->
		<xSpacing>90</xSpacing>
		
		<!-- Side items x distance from center -->
		<distFromCenter>150</distFromCenter>
		
		<!-- Flow movement time and easing -->
		<moveTime>0.4</moveTime>  <!-- in seconds -->
		<moveEasing>easeOutQuad</moveEasing> <!-- http://hosted.zeh.com.br/tweener/docs/en-us/misc/transitions.html -->
		
		<!-- Setup dropshadow alpha, distance and qulity, if enabled -->
		<dropShadow>true</dropShadow>
		<dropShadowAlpha>0.3</dropShadowAlpha>
		<dropShadowSpread>16</dropShadowSpread>
		<dropShadowQuality>2</dropShadowQuality>
		
		<!-- Set initial x and y titlt angle -->
		<initTiltXAngle>-5</initTiltXAngle>
		<initTiltYAngle>0</initTiltYAngle>
		
		<!-- Distance from camera view point -->
		<centerXOffset>0</centerXOffset>
		<centerYOffset>0</centerYOffset>
		
		<!-- Setup mouse move tilt maximum x and y angles, tilt time and easing, if enabled -->
		<enableTilt>false</enableTilt>
		<tiltYAngle>15</tiltYAngle>
		<tiltXAngle>-15</tiltXAngle>
		<tiltTime>0.3</tiltTime> <!-- in seconds -->
		<tiltEasing>easeOutQuad</tiltEasing> <!-- http://hosted.zeh.com.br/tweener/docs/en-us/misc/transitions.html -->
		
		<!-- Set description y pos from the top of the component -->
		<descriptionY>20</descriptionY>
		
		<!-- Setup items reflection height, alpha and distance, if enabled -->
		<showReflection>true</showReflection>
		<reflHeight>30</reflHeight>
		<reflAlpha>0.1</reflAlpha>
		<reflDist>0</reflDist>
		
		<!-- Setup scrollbar width, y position and button width, id enabled -->
		<showScrollbar>true</showScrollbar>
		<scrollbarWidth>360</scrollbarWidth>
		<scrollButtonWidth>80</scrollButtonWidth>
		<scrollbarY>380</scrollbarY>
		
		<!-- Setup items auto-flow delay, direction, type and mouse over action, if enabled -->
		<autoFlow>true</autoFlow>
		<autoFlowDelay>15</autoFlowDelay> <!-- in seconds -->
		<autoFlowDir>RIGHT_TO_LEFT</autoFlowDir> <!-- RIGHT_TO_LEFT or LEFT_TO_RIGHT -->
		<autoFlowType>INVERTED</autoFlowType> <!-- INVERTED or CIRCULAR -->
		<pauseOnRollOver>true</pauseOnRollOver>
		
	</settings>
	
	<!-- ITEMS -->
	<items>	
		
		<!-- Specify external item path, link and link target -->
		
		<item src="images/01.jpg" link="z90main.html" target="_self"><![CDATA[ORBIT Z 90]]></item>
		<item src="images/02.jpg" link="c440main.html" target="_self"><![CDATA[C440 CDMA]]></item>
		<item src="images/03.jpg" link="cg555main.html" target="_self"><![CDATA[CG 555]]></item>
		<item src="images/04.jpg" link="m15main.html" target="_self"><![CDATA[M 15]]></item>
 		<item src="images/05.jpg" link="x380main.html" target="_self"><![CDATA[X 380]]></item>
		<item src="images/09.jpg" link="z77main.html" target="_self"><![CDATA[Z 77]]></item>
		<item src="images/06.jpg" link="x400main.html" target="_self"><![CDATA[X 400]]></item>
 		<item src="images/07.jpg" link="x440main.html" target="_self"><![CDATA[X 440]]></item>
		<item src="images/08.jpg" link="x450main.html" target="_self"><![CDATA[X 450]]></item>
		<item src="images/10.jpg" link="z66main.html" target="_self"><![CDATA[Z 66]]></item>


		
		<!-- Add more or delete items, or modifiy the existing ones -->
		
	</items>
	
</coverFlow>
