<?xml version="1.0"?>

<bindings
  xmlns="http://www.mozilla.org/xbl"
  xmlns:xbl="http://www.mozilla.org/xbl"
  xmlns:html="http://www.w3.org/1999/xhtml"
  xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <binding id="slideshow">
  <content>
    <xul:box orient="vertical" flex="1">
      <xul:deck index="0" flex="1">
        <children/>
      </xul:deck>
      <xul:box orient="horizontal">
        <xul:button xbl:inherits="value=previoustext"/>
        <xul:text flex="1"/>
        <xul:button xbl:inherits="value=nexttext"/>
      </xul:box>
    </xul:box>
  </content>
</binding>


</bindings>
