hs.graphicsDir = '/img/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.numberPosition = 'caption';
hs.dimmingOpacity = 0.75;

// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
  //slideshowGroup: 'group1',
  interval: 5000,
  repeat: false,
  useControls: true,
  fixedControls: 'fit',
  overlayOptions: {
    opacity: .75,
    position: 'bottom center',
    hideOnMouseOut: true
  }
});






var kkatefont = {
  src: '/css/kkate.swf'
};

sIFR.activate(kkatefont);


sIFR.replace(kkatefont, {
  selector: 'h1.embed',
  wmode: 'transparent',
  css: [
  '.sIFR-root { color:#0f7a53; font-size:24px; text-transform:uppercase; padding:0px; margin:0px; line-height:24px;  }'
  ]
});


