<includes>
	<include name="PicWall">
		<control type="panel" id="9999">
			<posx>47</posx>
			<posy>42</posy>
			<width>1166</width>
			<height>636</height>
			<onleft>9000</onleft>
			<onright>60</onright>
			<onup>9999</onup>
			<ondown>9999</ondown>
			<viewtype label="Photo Wall">list</viewtype>
			<pagecontrol>60</pagecontrol>
			<scrolltime>200</scrolltime>
			<preloaditems>2</preloaditems>
			<itemlayout height="106" width="106">
				<control type="image">
					<posx>0</posx>
					<posy>0</posy>
					<width>106</width>
					<height>106</height>
					<aspectratio >scale</aspectratio>
					<texture background="true">$INFO[Listitem.Icon]</texture>
                </control>
			</itemlayout>
			<focusedlayout height="106" width="106" >
				<control type="image">
					<posx>-17</posx>
					<posy>-17</posy>
					<width>141</width>
					<height>141</height>
					<aspectratio>keep</aspectratio>
                    <texture diffuse="picture-diffuse.png" background="true">$INFO[ListItem.Icon]</texture>
                    <bordertexture>picture-shadow.png</bordertexture>
                    <bordersize>9</bordersize>
					<animation type="focus">
						<effect type="zoom" start="100" end="200" center="auto" time="200" reversible="false" />
						<effect type="rotate" start="0" end="-7" center="auto" time="200" reversible="false" />
					</animation>
					<animation type="unfocus">
						<effect type="zoom" start="200" end="100" center="auto" time="300" reversible="false" />
						<effect type="rotate" start="-7" end="0" center="auto" time="300" reversible="false" />
					</animation>
                    <visible>!ListItem.IsFolder</visible>
				</control>
                <control type="group">
                    <control type="image">
    					<posx>-25</posx>
    					<posy>-10</posy>
    					<width>154</width>
    					<height>149</height>
    					<aspectratio>scale</aspectratio>
                        <texture background="true">DefaultPicture.png</texture>
                    </control>
    				<control type="image">
    					<posx>0</posx>
    					<posy>0</posy>
    					<width>106</width>
    					<height>106</height>
    					<aspectratio>keep</aspectratio>
                        <texture background="true">$INFO[ListItem.Icon]</texture>
    				</control>
                    <control type="image">
    					<posx>-25</posx>
    					<posy>-10</posy>
    					<width>154</width>
    					<height>149</height>
    					<aspectratio>scale</aspectratio>
                        <texture background="true">DefaultPicture-mask.png</texture>
                    </control>
    				<control type="label">
    					<posx>50</posx>
    					<posy>100</posy>
    					<width>105</width>
    					<height>25</height>
    					<font>font-20</font>
    					<textcolor>black</textcolor>
    					<selectedcolor>blue</selectedcolor>
    					<align>center</align>
    					<aligny>center</aligny>
                        <scroll>true</scroll>
    					<label>$INFO[ListItem.Label]</label>
    				</control>
                    <animation type="focus">
                        <effect type="zoom" start="100" end="160" center="auto" time="200" reversible="false" />
                        <effect type="rotate" start="0" end="-7" center="auto" time="200" reversible="false" />
                        <effect type="slide" start="0,0" end="10,20" time="200" reversible="false" />
                    </animation>
                    <animation type="unfocus">
                        <effect type="zoom" start="160" end="100" center="auto" time="300" reversible="false" />
                        <effect type="rotate" start="-7" end="0" center="auto" time="300" reversible="false" />
                        <effect type="slide" start="10,20" end="0,0" time="200" reversible="false" />
                    </animation>
                    <visible>ListItem.IsFolder</visible>
                </control>
			</focusedlayout>
		</control>
	</include>
	
</includes>
