<?xml version="1.0" encoding="UTF-8"?>
<includes>
    <include name="movies">
        <control type="group">
            <!--fanart-->
            <control type="group">
                <visible>$EXP[isMovie]</visible>
                <control type="image">
                    <include>dimensionsFullscreen</include>
                    <aspectratio scalediffuse="false">stretch</aspectratio>
                    <texture background="true" border="0">$INFO[Listitem.art(fanart)]</texture>
                    <fadetime>500</fadetime>
                    <colordiffuse>22ffffff</colordiffuse>
                </control>
                <include>kenBurnsey</include>
            </control>
            <control type="panel" id="50">
                <visible>$EXP[isMovie]</visible>
                <posx>90</posx>
                <posy>row-5-begin</posy>
                <width>1800</width>
                <height>25-row</height>
                <onleft>9000</onleft>
                <onright>60</onright>
                <ondown>50</ondown>
                <onup>50</onup>
                <onback>9000</onback>
                <pagecontrol>60</pagecontrol>
                <scrolltime tween="cubic" easing="out">600</scrolltime>
                <itemlayout width="252" height="426">
                    <control type="image">
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>228</width>
                        <height>342</height>
                        <aspectratio>stretch</aspectratio>
                        <texture border="6">DefaultPoster.png</texture>
                        <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
                        <bordersize>6</bordersize>
                        <colordiffuse>44FFFFFF</colordiffuse>
                    </control>
                    <control type="label">
                        <posx>12</posx>
                        <posy>338</posy>
                        <width>204</width>
                        <height>1-row</height>
                        <aligny>center</aligny>
                        <font>thumbTitle</font>
                        <textcolor>textActive</textcolor>
                        <label>[B]$INFO[ListItem.title][/B]</label>
                    </control>
                    <control type="label">
                        <posx>12</posx>
                        <posy>362</posy>
                        <width>204</width>
                        <height>1-row</height>
                        <aligny>center</aligny>
                        <font>thumbTitle</font>
                        <textcolor>textDisabled</textcolor>
                        <label>$INFO[ListItem.year]</label>
                    </control>
                    <control type="image">
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>228</width>
                        <height>342</height>
                        <aspectratio>stretch</aspectratio>
                        <texture border="0">$INFO[ListItem.Art(poster)]</texture>
                        <bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
                        <bordersize>6</bordersize>
                        <colordiffuse>ffffffff</colordiffuse>
                    </control>
                </itemlayout>
                <focusedlayout width="252" height="426">
                    <control type="group">
                        <include>focusThumb</include>
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>228</width>
                            <height>342</height>
                            <aspectratio>stretch</aspectratio>
                            <texture fallback="DefaultPoster.png" border="0">$INFO[ListItem.Art(poster)]</texture>
                            <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
                            <bordersize>6</bordersize>
                        </control>
                        <control type="label">
                            <posx>12</posx>
                            <posy>338</posy>
                            <width>204</width>
                            <height>1-row</height>
                            <aligny>center</aligny>
                            <font>thumbTitle</font>
                            <textcolor>textActive</textcolor>
                            <label>[B]$INFO[ListItem.title][/B]</label>
                        </control>
                        <control type="label">
                            <posx>12</posx>
                            <posy>362</posy>
                            <width>204</width>
                            <height>1-row</height>
                            <aligny>center</aligny>
                            <font>thumbTitle</font>
                            <textcolor>textActive</textcolor>
                            <label>$INFO[ListItem.year]</label>
                        </control>
                    </control>
                </focusedlayout>
            </control>
        </control>
    </include>
</includes>