<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<!-- ********* No Fanart Visible except List ********* -->
    <controls>
        <control>
            <description>group element</description>
            <type>group</type>
            <visible>!Control.HasFocus(50)</visible>
            <control>
                <description>composite control consisting of a list control and a thumbnail panel</description>
                <type>facadeview</type>
                <id>50</id>
				<animation effect="fade" time="250">WindowOpen</animation>
				<animation effect="fade" time="250">WindowClose</animation>
				<animation effect="fade" time="250">Focus</animation>
				<animation effect="fade" time="250">UnFocus</animation>
                <control>
                    <description>listcontrol</description>
                    <type>listcontrol</type>
                    <id>50</id>
                    <onleft>2</onleft>
                    <onright>4444</onright>
                </control>
                <control Style="Album">
                    <description>album view listcontrol</description>
                    <type>listcontrol</type>
                    <subtype>album</subtype>
                    <id>50</id>
                    <onleft>2</onleft>
                    <onright>4444</onright>
                </control>
				<control Style="Cover Thumbs">
					<description>Thumbnail Panel</description>
					<type>thumbnailpanel</type>
					<id>50</id>
					<onleft>2</onleft>
					<onright>2</onright>
				</control>
                <control>
					<description>Filmstrip</description>
					<type>filmstrip</type>
					<ondown>4444</ondown>
					<onup>2</onup>
					<ondown>4444</ondown>
					<onleft>50</onleft>
					<onright>50</onright>
				</control>
                <control>
					<description>Cover Flow</description>
					<type>coverflow</type>
					<id>50</id>
					<onup>2</onup>
					<ondown>4444</ondown>
					<onleft>50</onleft>
					<onright>50</onright>
					<cards flipY="yes" diffuse="Thumb_Mask.png" mask="Picturethumbmask.png"></cards>		<animation effect="fade" time="200">WindowOpen</animation>
					<subitems>
					<subitem>
						<![CDATA[
						<controls>
							<control>
								<description>background</description>
								<type>image</type>
								<posX>0</posX>
								<posY>40</posY>
								<width>190</width>
								<height>280</height>
								<texture mask="Picturethumbmask.png">context_background.png</texture>
							</control>
							<control>
								<description>Info Guide</description>
								<type>fadelabel</type>
								<id>0</id>
								<posX>10</posX>
								<posY>120</posY>
								<width>170</width>
								<align>center</align>
								<label>F3</label>
								<textcolor>ffdddddd</textcolor>
								<wrapString> | </wrapString>
								<shadowAngle>45</shadowAngle>
								<shadowDistance>2</shadowDistance>
								<shadowColor>FF000000</shadowColor>
							</control>
							<control>
								<description>Yellow Button</description>
								<type>image</type>
								<id>0</id>
								<posX>80</posX>
								<posY>165</posY>
								<width>25</width>
								<height>25</height>
								<align>center</align>
								<texture>remote_yellow.png</texture>
								<keepaspectratio>yes</keepaspectratio>
								<colordiffuse>ffffffff</colordiffuse>
							</control>
							<control>
								<description>Info Guide</description>
								<type>fadelabel</type>
								<id>0</id>
								<posX>10</posX>
								<posY>205</posY>
								<width>170</width>
								<align>center</align>
								<label>Lookup</label>
								<textcolor>ffdddddd</textcolor>
								<wrapString> | </wrapString>
								<shadowAngle>45</shadowAngle>
								<shadowDistance>2</shadowDistance>
								<shadowColor>FF000000</shadowColor>
							</control>
						</controls>
						]]>
					</subitem>
				</subitems>
			</control>
            <control>
                <description>playlist listcontrol</description>
                <type>playlistcontrol</type>
                <id>50</id>
                <posY>150</posY>
                <onleft>2</onleft>
                <onright>4444</onright>
			</control>
		  </control>
        </control>
    </controls>
</window>