<?xml version="1.0" encoding="utf-8" standalone="yes"?>
            <!-- Thumbs -->
<window>
    <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 Style="Album">
                    <description>listcontrol</description>
                    <type>listcontrol</type>
                    <id>50</id>
					<textvisible2>no</textvisible2>
					<textvisible3>yes</textvisible3>
					<textcontent1>#selecteditem</textcontent1>
					<textcontent3>#selectedindex</textcontent3>
					<textalign3>right</textalign3>
					<textXOff>30</textXOff>
                    <textXOff2></textXOff2>
                    <textXOff3>45</textXOff3>
                    <textcolor3>#amped.text2f.color</textcolor3>
                    <onleft>2</onleft>
                    <onright>2</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="Wall Thumbs">
                    <description>Thumbnail Panel</description>
                    <type>thumbnailpanel</type>
                    <id>50</id>
                    <onleft>2</onleft>
                    <onright>2</onright>
                 </control>
                <control Style="Wide Filmstrip">
                    <description>Filmstrip view</description>
                    <type>filmstrip</type>
                    <id>50</id>
                    <onup>2</onup>
                    <onleft>2</onleft>
                    <onright>2</onright>
                </control>
                <control Style="Square Coverflow">
					<description>Cover Flow</description>
					<type>coverflow</type>
					<id>0</id>
					<onup>2</onup>
                    <onleft>2</onleft>
                    <onright>2</onright>
				</control>
                <control>
                    <description>playlist listcontrol</description>
                    <type>playlistcontrol</type>
                    <id>50</id>
                    <onleft>2</onleft>
                    <onright>2</onright>
                </control>
            </control>
        </control>
    </controls>
</window>