// config
YAHOO.photoViewer.config = {
  viewers: {
    "piclist" : {
      properties: {
        id: "piclist",
        grow: 0.2,
        fade: 0.6,
        modal: true,
        dragable: false,
        fixedcenter: true,
        loadFrom: "html",
        position: "absolute",
        easing: YAHOO.util.Easing.easeBothStrong,
        buttonText: {
          next: 'Next',
          prev: 'Previous',
          close: 'Close'
        }
      }
    }
  }
};
