<?xml version="1.0" encoding="UTF-8"?>
<window>
	<coordinates>
        <left>0</left>
        <top>0</top>
		<width>1920</width>
		<height>1080</height>
    </coordinates>

	<defaultcontrol always="true">6001</defaultcontrol>

	<controls>

		<!-- Background -->
        <control type="group">
            <top>0</top>
            <left>0</left>
            <width>1920</width>
            <height>1080</height>

            <!-- Fallback -->
            <control type="image">
                <texture>white.png</texture>
                <colordiffuse>FF000000</colordiffuse>
            </control>

            <!-- Fanart -->
            <control type="image">
                <texture background="true">$INFO[Window().Property(seren.fanart)]</texture>
                <colordiffuse>66FFFFFF</colordiffuse>
            </control>

            <!-- Overlay -->
            <control type="image">
				<texture background="true">white.png</texture>
				<colordiffuse>CC000000</colordiffuse>
			</control>
        </control>

		<!--Title-->
        <control type="label">
            <top>25</top>
            <left>40</left>
            <width>100%</width>
            <height>50</height>
            <label>[UPPERCASE][COLOR $INFO[Window().Property(settings.color)]]Seren[/COLOR] - $ADDON[plugin.video.seren 30618][/UPPERCASE]</label>
            <font>font37</font>
            <textcolor>white</textcolor>
        </control>

		<!-- Settings -->
		<control type="group">
			<width>430</width>
			<left>20</left>
			<height>680</height>
			<top>110</top>

			<!-- Card -->
			<control type="image">
				<texture>white.png</texture>
				<colordiffuse>99362e33</colordiffuse>
			</control>

			<control type="label">
				<top>10</top>
				<left>40</left>
				<width>390</width>
				<height>50</height>
				<font>font12</font>
				<textcolor>FFFFFFFF</textcolor>
				<align>left</align>
				<label>[B][UPPERCASE]$ADDON[plugin.video.seren 30619][/UPPERCASE][/B]</label>
			</control>

			<!-- Scrollbar -->
			<control type="scrollbar" id="1111">
				<animation effect="fade" time="350" tween="cubic" easing="in" delay="350">WindowOpen</animation>
				<animation effect="fade" end="0" time="350" tween="cubic" easing="in">WindowClose</animation>
				<left>10</left>
				<top>70</top>
				<width>20</width>
				<height>600</height>
				<onright>1000</onright>
				<showonepage>false</showonepage>
				<texturesliderbackground colordiffuse="99362e33">white.png</texturesliderbackground>
				<texturesliderbar colordiffuse="66FFFFFF">white.png</texturesliderbar>
				<texturesliderbarfocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturesliderbarfocus>
			</control>

			<control type="list" id="1000">
				<viewtype label="Video Codec">list</viewtype>
				<left>40</left>
				<top>60</top>
				<width>370</width>
				<height>610</height>
				<onleft>1111</onleft>
				<onright>3000</onright>
				<ondown>2000</ondown>
				<pagecontrol>1111</pagecontrol>
				<orientation>vertical</orientation>
				<focusposition>1</focusposition>

				<!-- Unfocused Setting -->
				<itemlayout height="60">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>00000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>

				</itemlayout>

				<!-- Unfocused Setting -->
				<focusedlayout height="60" condition="!Control.HasFocus(1000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>00000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>
				</focusedlayout>

				<!-- Focused Setting -->
				<focusedlayout height="60" condition="Control.HasFocus(1000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>22000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>
				</focusedlayout>
			</control>
		</control>

		<!-- Settings -->
		<control type="group">
			<width>430</width>
			<left>20</left>
			<height>260</height>
			<top>800</top>

			<!-- Card -->
			<control type="image">
				<texture>white.png</texture>
				<colordiffuse>99362e33</colordiffuse>
			</control>

			<control type="label">
				<top>10</top>
				<left>40</left>
				<width>390</width>
				<height>50</height>
				<font>font12</font>
				<textcolor>FFFFFFFF</textcolor>
				<align>left</align>
				<label>[B][UPPERCASE]$ADDON[plugin.video.seren 30620][/UPPERCASE][/B]</label>
			</control>

			<!-- Scrollbar -->
			<control type="scrollbar" id="2222">
				<animation effect="fade" time="350" tween="cubic" easing="in" delay="350">WindowOpen</animation>
				<animation effect="fade" end="0" time="350" tween="cubic" easing="in">WindowClose</animation>
				<left>10</left>
				<top>70</top>
				<width>20</width>
				<height>180</height>
				<onright>2000</onright>
				<showonepage>false</showonepage>
				<texturesliderbackground colordiffuse="99362e33">white.png</texturesliderbackground>
				<texturesliderbar colordiffuse="66FFFFFF">white.png</texturesliderbar>
				<texturesliderbarfocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturesliderbarfocus>
			</control>

			<control type="list" id="2000">
				<viewtype label="HDR Codec">list</viewtype>
				<left>40</left>
				<top>60</top>
				<width>370</width>
				<height>190</height>
				<onleft>2222</onleft>
				<onright>4000</onright>
				<onup>1000</onup>
				<pagecontrol>2222</pagecontrol>
				<orientation>vertical</orientation>
				<focusposition>1</focusposition>

				<!-- Unfocused Setting -->
				<itemlayout height="60">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>00000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>

				</itemlayout>

				<!-- Unfocused Setting -->
				<focusedlayout height="60" condition="!Control.HasFocus(2000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>00000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>
				</focusedlayout>

				<!-- Focused Setting -->
				<focusedlayout height="60" condition="Control.HasFocus(2000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>22000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>
				</focusedlayout>
			</control>
		</control>

		<!-- Settings -->
		<control type="group">
			<width>430</width>
			<left>470</left>
			<height>680</height>
			<top>110</top>

			<!-- Card -->
			<control type="image">
				<texture>white.png</texture>
				<colordiffuse>99362e33</colordiffuse>
			</control>

			<control type="label">
				<top>10</top>
				<left>40</left>
				<width>390</width>
				<height>50</height>
				<font>font12</font>
				<textcolor>FFFFFFFF</textcolor>
				<align>left</align>
				<label>[B][UPPERCASE]$ADDON[plugin.video.seren 30621][/UPPERCASE][/B]</label>
			</control>

			<!-- Scrollbar -->
			<control type="scrollbar" id="3333">
				<animation effect="fade" time="350" tween="cubic" easing="in" delay="350">WindowOpen</animation>
				<animation effect="fade" end="0" time="350" tween="cubic" easing="in">WindowClose</animation>
				<left>10</left>
				<top>70</top>
				<width>20</width>
				<height>600</height>
				<onleft>1000</onleft>
				<onright>3000</onright>
				<showonepage>false</showonepage>
				<texturesliderbackground colordiffuse="99362e33">white.png</texturesliderbackground>
				<texturesliderbar colordiffuse="66FFFFFF">white.png</texturesliderbar>
				<texturesliderbarfocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturesliderbarfocus>
			</control>

			<control type="list" id="3000">
				<viewtype label="Audio Codec">list</viewtype>
				<left>40</left>
				<top>60</top>
				<width>370</width>
				<height>610</height>
				<onleft>3333</onleft>
				<onright>5000</onright>
				<ondown>4000</ondown>
				<pagecontrol>3333</pagecontrol>
				<orientation>vertical</orientation>
				<focusposition>1</focusposition>

				<!-- Unfocused Setting -->
				<itemlayout height="60">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>00000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>

				</itemlayout>

				<!-- Unfocused Setting -->
				<focusedlayout height="60" condition="!Control.HasFocus(3000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>00000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>
				</focusedlayout>

				<!-- Focused Setting -->
				<focusedlayout height="60" condition="Control.HasFocus(3000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>22000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>
				</focusedlayout>
			</control>
		</control>

		<!-- Settings -->
		<control type="group">
			<width>430</width>
			<left>470</left>
			<height>260</height>
			<top>800</top>

			<!-- Card -->
			<control type="image">
				<texture>white.png</texture>
				<colordiffuse>99362e33</colordiffuse>
			</control>

			<control type="label">
				<top>10</top>
				<left>40</left>
				<width>390</width>
				<height>50</height>
				<font>font12</font>
				<textcolor>FFFFFFFF</textcolor>
				<align>left</align>
				<label>[B][UPPERCASE]$ADDON[plugin.video.seren 30575][/UPPERCASE][/B]</label>
			</control>

			<!-- Scrollbar -->
			<control type="scrollbar" id="4444">
				<animation effect="fade" time="350" tween="cubic" easing="in" delay="350">WindowOpen</animation>
				<animation effect="fade" end="0" time="350" tween="cubic" easing="in">WindowClose</animation>
				<left>10</left>
				<top>70</top>
				<width>20</width>
				<height>180</height>
				<onleft>2000</onleft>
				<onright>4000</onright>
				<showonepage>false</showonepage>
				<texturesliderbackground colordiffuse="99362e33">white.png</texturesliderbackground>
				<texturesliderbar colordiffuse="66FFFFFF">white.png</texturesliderbar>
				<texturesliderbarfocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturesliderbarfocus>
			</control>

			<control type="list" id="4000">
				<viewtype label="Audio Channels">list</viewtype>
				<left>40</left>
				<top>60</top>
				<width>370</width>
				<height>190</height>
				<onleft>4444</onleft>
				<onright>5000</onright>
				<onup>3000</onup>
				<pagecontrol>4444</pagecontrol>
				<orientation>vertical</orientation>
				<focusposition>1</focusposition>

				<!-- Unfocused Setting -->
				<itemlayout height="60">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>00000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>

				</itemlayout>

				<!-- Unfocused Setting -->
				<focusedlayout height="60" condition="!Control.HasFocus(4000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>00000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>
				</focusedlayout>

				<!-- Focused Setting -->
				<focusedlayout height="60" condition="Control.HasFocus(4000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>22000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>
				</focusedlayout>
			</control>
		</control>

		<!-- Settings -->
		<control type="group">
			<width>430</width>
			<left>920</left>
			<height>950</height>
			<top>110</top>

			<!-- Card -->
			<control type="image">
				<texture>white.png</texture>
				<colordiffuse>99362e33</colordiffuse>
			</control>

			<control type="label">
				<top>10</top>
				<left>40</left>
				<width>390</width>
				<height>50</height>
				<font>font12</font>
				<textcolor>FFFFFFFF</textcolor>
				<align>left</align>
				<label>[B][UPPERCASE]$ADDON[plugin.video.seren 30608][/UPPERCASE][/B]</label>
			</control>

			<!-- Scrollbar -->
			<control type="scrollbar" id="5555">
				<animation effect="fade" time="350" tween="cubic" easing="in" delay="350">WindowOpen</animation>
				<animation effect="fade" end="0" time="350" tween="cubic" easing="in">WindowClose</animation>
				<left>10</left>
				<top>70</top>
				<width>20</width>
				<height>870</height>
				<onleft>3000</onleft>
				<onright>5000</onright>
				<showonepage>false</showonepage>
				<texturesliderbackground colordiffuse="99362e33">white.png</texturesliderbackground>
				<texturesliderbar colordiffuse="66FFFFFF">white.png</texturesliderbar>
				<texturesliderbarfocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturesliderbarfocus>
			</control>

			<control type="list" id="5000">
				<viewtype label="Miscellaneous">list</viewtype>
				<left>40</left>
				<top>60</top>
				<width>370</width>
				<height>880</height>
				<onleft>5555</onleft>
				<onright>6000</onright>
				<pagecontrol>5555</pagecontrol>
				<orientation>vertical</orientation>
				<focusposition>1</focusposition>

				<!-- Unfocused Setting -->
				<itemlayout height="60">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>00000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>

				</itemlayout>

				<!-- Unfocused Setting -->
				<focusedlayout height="60" condition="!Control.HasFocus(5000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>00000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>
				</focusedlayout>

				<!-- Focused Setting -->
				<focusedlayout height="60" condition="Control.HasFocus(5000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>22000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),False)</visible>
					</control>

					<control type="label">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>
						<font>font12</font>
						<textcolor>Window().Property(settings.color)</textcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						<visible>String.IsEqual(ListItem.Property(value),True)</visible>
					</control>
				</focusedlayout>
			</control>
		</control>

		<!-- Buttons -->
		<control type="group">
			<animation effect="slide" start="600,0" time="350" tween="cubic" easing="in">WindowOpen</animation>
			<animation effect="slide" end="600,0" time="350" tween="cubic" easing="in">WindowClose</animation>
			<top>110</top>
			<right>20</right>
			<width>500</width>
			<height>130</height>

			<control type="group">

				<!-- Card -->
				<control type="image">
					<texture>white.png</texture>
					<colordiffuse>99362e33</colordiffuse>
				</control>

				<control type="grouplist" id="6000">
					<top>25</top>
					<onleft>5000</onleft>
					<itemgap>10</itemgap>

					<!-- Close -->
					<control type="button" id="6001">
						<height>80</height>
						<textoffsetx>20</textoffsetx>
						<texturefocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturefocus>
						<texturenofocus colordiffuse="22000000">white.png</texturenofocus>
						<label>$ADDON[plugin.video.seren 30459]</label>
						<align>right</align>
						<textcolor>FFFFFFFF</textcolor>
					</control>
				</control>
			</control>
		</control>
    </controls>
</window>
