<control type="label">
<posx>620</posx>
<posy>0</posy>
<width>400</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<posx>625</posx>
<posy>8</posy>
<width>40</width>
<height>26</height>
<texture>$INFO[ListItem.VideoResolution,flagging/lists/,.png]</texture>
<visible>Window.IsVisible(Videos) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</control>
<control type="image">
<posx>665</posx>
<posy>14</posy>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<visible>Window.IsVisible(Videos) + !ListItem.IsResumable</visible>
</control>
<control type="image">
<posx>665</posx>
<posy>14</posy>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>Window.IsVisible(Videos) + ListItem.IsResumable</visible>
</control>