document.observe('dom:loaded', function(){
  if($('photos')){

//    var firstElement = $$('#gallery-images-list-2 .gallery_image')[0];
//    var htmlCopy = firstElement.cloneNode(true);
//    Element.insert('gallery-images-list-2', htmlCopy);

    new Carousel('photos', $$('#gallery-images-list-2 .gallery_image'),$$('a.photo-control'),{visibleSlides: 3, controlClassName: 'photo-control'});
  }
});
