var section = {
  src: '/media/2653/section_light.swf'
};


sIFR.useStyleCheck = true;
sIFR.activate(section);

sIFR.replace(section, {
  selector: 'h1'
  ,css: {
      '.sIFR-root': { 'color': '#ff8504', 'font-size': '36px' }
  }
});

