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: 'h1.bcms_title',
  css: {
    '.sIFR-root': { 'font-size': '36px', 'color': '#151414', 'line-height': '32px' }
  },
  wmode: 'transparent'
});

sIFR.replace(hel45, {
  selector: '.bcms_cupboard h2',
  css: {
    '.sIFR-root': { 'font-size': '22px', 'color': '#171616', 'line-height': '18px' },
	'a:link': { 'font-size': '22px', 'color': '#171616', 'line-height': '18px', 'text-decoration': 'none' },
	'a:hover': { 'font-size': '22px', 'color': '#171616', 'line-height': '18px', 'text-decoration': 'underline' }
  },
  wmode: 'transparent'
});

sIFR.replace(hel45, {
  selector: '.bcms_cupboard h3',
  css: {
    '.sIFR-root': { 'font-size': '16px', 'color': '#171616', 'line-height': '18px' }
  },
  wmode: 'transparent'
});