<?xml version="1.0"?>
<resource>
	<!-- Commentary Page-->
	<group id="root">
		<position-y>610</position-y>

		<group id="scrollArrows">

			<!-- Left Arrow -->
			<widget>
				<texture>
					<ref>arrow_left.png</ref>
				</texture>
				<position-x>125</position-x>
				<position-y>65</position-y>
			</widget>

			<!-- Right Arrow -->
			<widget>
				<texture>
					<ref>arrow_right.png</ref>
				</texture>
				<position-x>1765</position-x>
				<position-y>65</position-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>455</position-y>
		</widget>


		<group>
			<position-x>150</position-x> 
			<position-y>60</position-y> 
			<crop-x>0</crop-x>
			<crop-y>0</crop-y>
			<crop-w>1600</crop-w>
			<crop-h>150</crop-h>


			<group id="scrollContainer">


				<group id="CropWindow">
					<position-x>400</position-x> 
					<position-y>0</position-y> 
					<crop-x>0</crop-x>
					<crop-y>0</crop-y>
					<crop-w>800</crop-w>
					<crop-h>150</crop-h>
				
					<group id="ScrollList">
						<position-y>150</position-y> 

						

					</group>


				</group>

				<group id="CommentaryHeader">
				<!-- Commentary Headers -->

				<position-x>800</position-x>
				<position-y>100</position-y>
				</group>

			</group>


			</group>

	</group>


</resource>
