Código:
  
desde ya gracias         <script type="text/javascript">        
        //<![CDATA[
          window.addEvent('domready', function(){
            var data = {
              '1mariodasneves.jpg': { caption: 'Volcano Asención in Ometepe, Nicaragua.' }, 
              '1Obama.gif': { caption: 'A Ceibu tree.' }, 
              '1presidenta.gif': { caption: 'The view from Volcano Maderas.' }, 
              '1puerto-deseado.gif': { caption: 'Beer and ice cream.' }
            };
            var myShow = new Slideshow('show', data, {controller: true, height:300 , hu: '/public/image/', thumbnails: false, width:429 });
          });
        //]]>
        </script>
    <div id="show" class="slideshow" style="border-bottom: 1px solid #666; margin-bottom: 10px;">
        <img src="/public/image/1mariodasneves.jpg" alt="Volcano Asención in Ometepe, Nicaragua." width="300" />
      </div>
 
