<?xml version="1.0" encoding="utf-8"?>
<window>
	<id>7111992</id>
	<defaultcontrol>50</defaultcontrol>
	<allowoverlay>yes</allowoverlay>
	<define>#header.label:ShowTimes</define>
	<define>#header.background:hover_showtimes.png</define>	
<controls>
	
	<control>
        <description>Background</description>
        <type>image</type>
		<id>1</id>
        <posX>0</posX>
        <posY>0</posY>
        <width>1366</width>
        <height>768</height>
        <texture>background.png</texture>		
		<visible>!string.contains(#maya.bgImage.Plugins,yes)</visible>		
       </control>

	<control>
		<description>Alternate BG</description>
		<type>image</type>
		<id>1</id>
		<width>1366</width>
		<height>768</height>
		<texture>background_thumbs.png</texture>
		<visible>[facadeview.smallicons | facadeview.largeicons]+!control.isvisible(24)</visible>		
	</control>
	
	<control>
		<description>Alternate BG</description>
		<type>image</type>
		<id>1</id>
		<width>1366</width>
		<height>768</height>
		<texture>background_filmstrip.png</texture>
		<visible>[facadeview.filmstrip | facadeview.coverflow]+!control.isvisible(24)</visible>
	</control>

	<control>
		<description>Fanart Background</description>
		<type>image</type>
		<id>1</id>
		<posX>0</posX>
		<posY>0</posY>
		<width>1366</width>
		<height>768</height>
		<texture>#header.background</texture>	
		<visible>string.contains(#maya.bgImage.Plugins,yes)</visible>
	</control>
		
	<control>
		<description>Fanart Backdrop</description>
		<id>0</id>
		<type>image</type>
		<posX>0</posX>
		<posY>0</posY>
		<width>1366</width>
		<height>768</height>
		<texture>#st_backdrop</texture>		
		<visible>string.contains(#maya.bgImage.Plugins,yes)+control.isvisible(24)</visible>		
	</control>

	<control>
		<description>Fanart Overlay</description>
		<type>image</type>
		<id>1</id>
		<posX>0</posX>
		<posY>0</posY>
		<width>1366</width>
		<height>768</height>
		<texture>basichome_fanart_overlay.png</texture>
		<visible>[facadeview.list]+!control.isvisible(24)+string.contains(#maya.bgImage.Plugins,yes)</visible>		
	</control>

	<control>
		<description>Fanart Overlay</description>
		<type>image</type>
		<id>1</id>
		<posX>0</posX>
		<posY>0</posY>
		<width>1366</width>
		<height>768</height>
		<texture>fanart_overlay_thumbs.png</texture>
		<visible>[!facadeview.list]+!control.isvisible(24)+string.contains(#maya.bgImage.Plugins,yes)</visible>		
	</control>
	
	<control>
		<description>Fanart Overlay</description>
		<type>image</type>
		<id>1</id>
		<posX>0</posX>
		<posY>0</posY>
		<width>1366</width>
		<height>768</height>
		<texture>fanart_overlay.png</texture>
		<visible>string.contains(#maya.bgImage.Plugins,yes)+control.isvisible(24)</visible>
	</control>

	
	<control>
		<animation effect="fade" time="100">WindowOpen</animation>
		<animation effect="fade" time="100">WindowClose</animation>
		<type>label</type>
		<id>1</id>
		<posX>552</posX>
		<posY>30</posY>
		<width>500</width>
		<height>100</height>
		<label>#header.label</label>
		<textcolor>6aa5cb</textcolor>
		<font>Segoe Light40</font>
		<visible>facadeview.list|Control.IsVisible(24)</visible>
	</control>
	
	<control>
		<animation effect="fade" time="100">WindowOpen</animation>
		<animation effect="fade" time="100">WindowClose</animation>
		<type>label</type>
		<id>1</id>
		<posX>433</posX>
		<posY>30</posY>
		<width>500</width>
		<height>100</height>
		<label>#header.label</label>
		<textcolor>6aa5cb</textcolor>
		<font>Segoe Light40</font>
		<visible>[facadeview.filmstrip | facadeview.smallicons | facadeview.largeicons]+!Control.IsVisible(24)</visible>
		<align>center</align>
	</control>

		<import>common.time.xml</import>
		
	<control>
		<description>listcontrol background</description>
		<type>image</type>
		<id>1</id>
		<posX>524</posX>
        <posY>153</posY>
		<width>725</width>
		<height>482</height>
		<texture>listcontrol_bg.png</texture>
		<animation effect="fade" time="100">WindowOpen</animation>
		<animation effect="fade" time="100">WindowClose</animation>
		<visible>facadeview.list+!Control.IsVisible(24)</visible>
	</control>
	
	<control>
		<description>listcontrol background info</description>
		<type>image</type>
		<id>1</id>
		<posX>524</posX>
        <posY>678</posY>
		<width>725</width>
		<height>51</height>
		<texture>listcontrol_bg_info.png</texture>
		<animation effect="fade" time="100">WindowOpen</animation>
		<animation effect="fade" time="100">WindowClose</animation>
		<visible>facadeview.list+!Control.IsVisible(24)</visible>
	</control>
	
	<control>
		<description>Selected item Label</description>
		<type>fadelabel</type>
		<id>1</id>
		<posX>555</posX>
		<posY>142</posY>
		<width>663</width>
		<label>#selecteditem</label>
		<font>Segoe Light22</font>
		<visible>facadeview.list+Control.IsVisible(50)</visible>
		<animation effect="fade" time="200">WindowOpen</animation>
		<animation effect="fade" time="200">WindowClose</animation>
		<valign>middle</valign>
	</control>

	<control>
		<description>Number of Files Label</description>
		<type>label</type>
		<id>1</id>
		<posX>1216</posX>
		<posY>690</posY>
		<align>right</align>
		<label>#itemtype: #itemcount</label>
		<textcolor>6aa5cb</textcolor>
		<visible>facadeview.list+!Control.IsVisible(24)</visible>
		<animation effect="fade" time="200">WindowOpen</animation>
		<animation effect="fade" time="200">WindowClose</animation>
	</control>
	
	<control>
		<description>Selected item Label</description>
		<type>fadelabel</type>
		<id>1</id>
		<posX>0</posX>
		<posY>142</posY>
		<width>1366</width>
		<label>#selecteditem</label>
		<font>Segoe Light22</font>
		<align>center</align>
		<visible>[facadeview.filmstrip|facadeview.smallicons|facadeview.largeicons]+Control.IsVisible(50)</visible>
		<animation effect="fade" time="200">WindowOpen</animation>
		<animation effect="fade" time="200">WindowClose</animation>
		<valign>middle</valign>
	</control>

	<control>
		<description>Number of Files Label</description>
		<type>label</type>
		<id>1</id>
		<posX>0</posX>
		<posY>178</posY>
		<width>1366</width>
		<align>center</align>
		<label>#itemtype: #itemcount</label>
		<textcolor>6aa5cb</textcolor>
		<visible>[facadeview.filmstrip|facadeview.smallicons|facadeview.largeicons]+!Control.IsVisible(25)</visible>
		<animation effect="fade" time="200">WindowOpen</animation>
		<animation effect="fade" time="200">WindowClose</animation>
	</control>
	
	<control>
		<type>actiongroup</type>
		<description>action menu</description><defaultcontrol>2</defaultcontrol>
		<onexit>50</onexit>
		<buttonX>0</buttonX>
		<buttonY>0</buttonY>
		<buttonwidth>0</buttonwidth>
		<buttonheight>0</buttonheight>
		<width>1366</width>
		<height>768</height>
		<dimColor>00ffffff</dimColor>
		
		<control>
			<type>image</type>
			<id>0</id>
			<width>1366</width>
			<height>768</height>
			<texture>semi_trans_back_general_menu.png</texture>
			<colordiffuse>90ffffff</colordiffuse>
			<animation effect="fade" time="200">windowopen</animation>
			<animation effect="fade" time="400">windowclose</animation>
		</control>
		
		<control>
			<type>group</type>
			<animation effect="fade" time="250">Visible</animation>
			<animation effect="zoom" delay="100" tween="elastic" easing="out" start="95,95" end="100,100" center="683,384" time="550">Visible</animation>
			<animation effect="fade" time="200">Hidden</animation>
			<animation effect="zoom" start="100,100" end="200,200" center="683,384" time="200">Hidden</animation>
			
			<control>
				<id>1</id>
				<type>image</type>
				<posX>512</posX>
				<posY>64</posY>
				<width>342</width>
				<height>640</height>
				<texture>menu_bg.png</texture>
				<visible>!Control.HasFocus(50)</visible>
			</control>
			
			<control>
				<description>Heading text label</description>
				<type>label</type>
				<id>1</id>
				<posX>567</posX>
				<posY>110</posY>
				<label>924</label>
				<font>Segoe Light18</font>
				<textcolor>85cffe</textcolor>
			</control>
			
			<control>
				<description>button group</description>
				<type>group</type>
				<posX>543</posX>
				<posY>175</posY>
				<layout>StackLayout</layout>
				
				<control>
					<type>button</type>
					<description>Change View</description>
					<id>2</id>
					<textureFocus>hiddenmenu_item_selected.png</textureFocus>
					<textureNoFocus>hiddenmenu_item.png</textureNoFocus>
					<width>279</width>
					<height>49</height>
					<textXOff>25</textXOff>
					<textYOff>12</textYOff>
					<label>417</label>
					<onup>4</onup>
					<ondown>3</ondown>
					<onleft>50</onleft>
					<onright>50</onright>
				</control>
				
				<control>
					<type>button</type>
					<description>Show Theaters</description>
					<id>3</id>
					<textureFocus>hiddenmenu_item_selected.png</textureFocus>
					<textureNoFocus>hiddenmenu_item.png</textureNoFocus>
					<width>279</width>
					<height>49</height>
					<textXOff>25</textXOff>
					<textYOff>12</textYOff>
					<label>Theaters</label>
					<onup>2</onup>
					<ondown>4</ondown>
					<onleft>50</onleft>
					<onright>50</onright>
				</control>

				<control>
					<type>button</type>
					<description>Show Box Office</description>
					<id>4</id>
					<textureFocus>hiddenmenu_item_selected.png</textureFocus>
					<textureNoFocus>hiddenmenu_item.png</textureNoFocus>
					<width>279</width>
					<height>49</height>
					<textXOff>25</textXOff>
					<textYOff>12</textYOff>
					<label>Box Office</label>
					<onup>3</onup>
					<ondown>2</ondown>
					<onleft>50</onleft>
					<onright>50</onright>
				</control>
				
			</control>			
		</control>		
	</control>
	
		<control>
			<id>1</id>
			<type>image</type>
			<posX>133</posX>
			<posY>208</posY>
			<width>266</width>
			<height>380</height>
			<texture>defaultVideoBig.png</texture>
			<visible>Control.IsVisible(24)</visible>
		</control>
		
		<control>
			<description>Cover Art</description>
			<type>image</type>
			<id>24</id>
			<posX>133</posX>
			<posY>208</posY>
			<width>266</width>
			<height>380</height>
			<texture></texture>
		</control>
		
		<control>
			<type>image</type>
			<id>23</id>
			<posX>87</posX>
			<posY>161</posY>
			<width>357</width>
			<height>472</height>
			<texture>blackborders_video.png</texture>
			<visible>Control.IsVisible(24)</visible>
		</control>
		
		<control>
			<type>fadelabel</type>
			<description>Next Refresh</description>
			<id>45</id>
			<posX>130</posX>
			<posY>155</posY>
			<width>275</width>			
			<label>#showtimes_nextupdate</label>
			<font>font12</font>
			<textcolor>85cffe</textcolor>			
			<visible>Control.IsVisible(24)</visible>	
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>				
		</control>
		
		<!-- DUMMY -->
		
		<control>
			<type>fadelabel</type>
			<description>Showtimes</description>
			<id>46</id>
			<posX>-2000</posX>
			<posY>0</posY>
		</control>	
		
		<control>
			<type>fadelabel</type>
			<description>TheaterList control</description>
			<id>47</id>
			<posX>-2000</posX>
			<posY>0</posY>
			<label>TheaterList</label>
			<visible>no</visible>
		</control>	

		<control>
			<type>fadelabel</type>
			<description>Theater</description>
			<id>44</id>
			<posX>130</posX>
			<posY>620</posY>
			<width>275</width>			
			<label>#st_theater</label>
			<textcolor>85cffe</textcolor>				
			<disabledcolor>ff808080</disabledcolor>
			<font>font13</font>
			<align>left</align>
			<visible>control.hastext(46)+control.isvisible(24)</visible>
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>				
		</control>
		
		<control>
			<type>fadelabel</type>
			<description>Showtimes</description>
			<id>0</id>
			<posX>130</posX>
			<posY>650</posY>
			<width>275</width>			
			<label>#st_moviedate @ #st_showtimes</label>
			<disabledcolor>ff808080</disabledcolor>
			<font>font13</font>
			<align>left</align>
			<visible>control.hastext(46)+control.isvisible(24)</visible>
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>				
		</control>
		
	<!--            :: DETAILS VIEW ::            -->	
	
		<control>
			<description>Rating</description>
			<type>label</type>
			<label>#st_rating</label>
			<id>25</id>
			<posX>924</posX>
			<posY>195</posY>
			<width>400</width>
			<font>Segoe Light18</font>
			<textcolor>85cffe</textcolor>
			<visible>Control.IsVisible(24)</visible>
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>				
		</control>
		
		<control>
			<description>Runtime</description>
			<type>label</type>
			<label>#st_runtime</label>
			<id>26</id>
			<posX>924</posX>
			<posY>230</posY>
			<width>400</width>
			<font>Segoe Light18</font>
			<textcolor>85cffe</textcolor>
			<visible>Control.IsVisible(24)</visible>
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>				
		</control>
		
		<control>
			<description>Genre</description>
			<type>fadelabel</type>
			<label>#st_genre</label>
			<id>36</id>
			<posX>924</posX>
			<posY>265</posY>
			<width>400</width>
			<font>Segoe Light18</font>
			<textcolor>85cffe</textcolor>
			<visible>Control.IsVisible(24)</visible>
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>				
		</control>
		
		<control>
			<description>IMDB Rating Value</description>
			<type>imagelist</type>
			<id>32</id>
			<posX>924</posX>
			<posY>535</posY>
			<width>185</width>
			<height>21</height>
			<textureWidth>23</textureWidth>
			<textureHeight>19</textureHeight>
			<subitems>
			<subitem>starblue.png</subitem>
			<subitem>starwhite.png</subitem></subitems>
			<orientation>horizontal</orientation>
			<align>left</align>
			<imagesToDraw>10</imagesToDraw>
			<percentage>#st_userrating</percentage>
			<visible>Control.IsVisible(24)</visible>
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>				
		</control>
		
		<control>
			<description>Director value</description>
			<type>textbox</type>
			<id>31</id>
			<posX>924</posX>
			<posY>565</posY>
			<label>Director: #st_director</label>
			<font>font11</font>
			<textcolor>85cffe</textcolor>
			<visible>Control.IsVisible(24)</visible>
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>				
		</control>
		
		<control>
			<description>actors</description>
			<type>textbox</type>
			<label>Cast: #st_starring</label>
			<id>29</id>
			<posX>924</posX>
			<posY>600</posY>
			<width>365</width>
			<font>font11</font>
			<textcolor>85cffe</textcolor>
			<visible>Control.IsVisible(24)</visible>
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>				
		</control>
		
		<control>
			<description>Summary</description>
			<type>textboxscrollup</type>
			<id>34</id>
			<posX>924</posX>
			<posY>330</posY>
			<width>400</width>
			<height>195</height>
			<seperator>-----------------------------------------------------------------------------------</seperator>
			<label>#st_plot</label>
			<visible>Control.IsVisible(24)</visible>
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>				
		</control>
				
		<import>common.facade.video.xml</import>

	<!--            :: LIST VIEW ::            -->		
		<control>
			<id>0</id>
			<type>image</type>
			<posX>133</posX>
			<posY>208</posY>
			<width>266</width>
			<height>380</height>
			<texture>#st_poster</texture>
			<visible>[facadeview.list]+control.hasfocus(50)+!control.isvisible(24)+!control.isvisible(47)</visible>
		</control>
	
		<control>
			<type>image</type>
			<id>0</id>
			<posX>87</posX>
			<posY>161</posY>
			<width>357</width>
			<height>472</height>
			<texture>blackborders_video.png</texture>
			<visible>[facadeview.list]+control.hasfocus(50)+!control.isvisible(24)+!control.isvisible(47)</visible>
		</control>

	<!--            :: THUMB VIEW ::            -->
	
		<control>
			<id>0</id>
			<type>image</type>
			<posX>198</posX>
			<posY>266</posY>
			<width>266</width>
			<height>380</height>
			<texture>#st_poster</texture>
			<visible>[facadeview.smallicons|facadeview.largeicons]+control.hasfocus(50)+!control.isvisible(24)+!control.isvisible(47)</visible>
		</control>
	
		<control>
			<type>image</type>
			<id>0</id>
			<posY>219</posY>
			<posX>152</posX>
			<width>357</width>
			<height>472</height>
			<texture>blackborders_video.png</texture>
			<visible>[facadeview.smallicons|facadeview.largeicons]+control.hasfocus(50)+!control.isvisible(24)+!control.isvisible(47)</visible>
		</control>

	<!--            :: DETAILS VIEW BUTTONS ::            -->	
	
		<control>
			<description>Play Button</description>
			<type>button</type>
			<id>40</id>
            <posX>524</posX>
            <posY>187</posY>
			<label>71119924</label>
			<onup>42</onup>
			<ondown>41</ondown>
            <textalign>RIGHT</textalign>
			<visible>control.isvisible(24)</visible>			
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>					
		</control>
		
		<control>
			<description>Play Trailer</description>
			<type>button</type>
			<id>41</id>
			<posX>524</posX>
			<posY>233</posY>
			<label>-</label>
			<onup>40</onup>
			<ondown>43</ondown>
            <textalign>RIGHT</textalign>
			<visible>control.isvisible(24)</visible>				
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>					
		</control>

		<control>
			<description>Previous</description>
			<type>button</type>
			<id>43</id>
			<posX>524</posX>
			<posY>282</posY>
			<label>210</label>
			<onup>41</onup>			
			<ondown>42</ondown>
            <textalign>RIGHT</textalign>
			<visible>control.isvisible(24)</visible>				
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>					
		</control>
		
		<control>
			<description>Next</description>
			<type>button</type>
			<id>42</id>
			<posX>524</posX>
			<posY>332</posY>
			<label>209</label>
			<onup>43</onup>			
			<ondown>40</ondown>
            <textalign>RIGHT</textalign>
			<visible>control.isvisible(24)</visible>				
            <animation effect="Fade" time="250">WindowOpen</animation>
            <animation effect="Fade" time="250">WindowClose</animation>					
		</control>
	
		<control>
			<id>1</id>
			<type>image</type>
			<posX>0</posX>
			<posY>325</posY>
			<texture>hiddenmenu_tab.png</texture>
			<visible>[facadeview.list|facadeview.smallicons|facadeview.largeicons]+Control.HasFocus(50)</visible>
		</control>
		
		<control>
			<id>1</id>
			<type>image</type>
			<posX>624</posX>
			<posY>0</posY>
			<texture>hiddenmenu_tab_up.png</texture>
			<visible>facadeview.filmstrip+Control.HasFocus(50)</visible>
		</control>
		
		<import>common.overlay.xml</import>
</controls>
</window>