<?xml version="1.0"?>
<resource>
	<!-- SF Preview Page-->
	<group id="root">
		<position-y>630</position-y>

		<group id="scrollArrows">

			<!-- Left Arrow -->
			<widget>
				<texture><ref>arrow_left.png</ref></texture>
				<position-x>140</position-x>
				<position-y>95</position-y>
				<alignment-y>0.5</alignment-y>
			</widget>

			<!-- Right Arrow -->
			<widget>
				<texture><ref>arrow_right.png</ref></texture>
				<position-x>1750</position-x>
				<position-y>95</position-y>
				<alignment-y>0.5</alignment-y>
			</widget>
		</group>

		<!-- Down Arrow -->
		<widget>
			<texture>
				<ref>down_arrow.png</ref>
			</texture>
			<position-x>960</position-x>
			<alignment-x>0.5</alignment-x>
			<position-y>320</position-y>
		</widget>


		<group id="header">
			<position-x>1000</position-x> 
			<position-y>100</position-y> 
		</group>

		<group id="CropWindow">
			<position-x>165</position-x> 
			<position-y>60</position-y> 
			<crop-x>0</crop-x>
			<crop-y>0</crop-y>
			<crop-w>1580</crop-w>
			<crop-h>300</crop-h>
		
			<group id="ScrollList">
				<position-y>130</position-y> 

				
			</group>
		</group>



	</group>


</resource>
