var hel45 = {
  src: 'includes/hel-45.swf'
};

sIFR.activate(hel45);

sIFR.replace(hel45, {
  selector: 'h1.title',
  css: {
    '.sIFR-root': { 'font-size': '36px', 'color': '#151414', 'line-height': '32px' }
  },
  wmode: 'transparent'
});

sIFR.replace(hel45, {
  selector: '.cupboard_item h2, .cupboard_item_23rds h2, .cupboard_item_33rds h2, .case_study_right h2, .team_item h2',
  css: {
    '.sIFR-root': { 'font-size': '22px', 'color': '#171616', 'line-height': '18px'  }
  },
  wmode: 'transparent'
});

sIFR.replace(hel45, {
  selector: '.panel_content span.heading',
  css: {
    '.sIFR-root': { 'font-size': '28px', 'color': '#ffffff', 'line-height': '32px', 'padding': '0px 0px 10px 0px', 'text-align': 'center' }
  },
  wmode: 'transparent'
});