/* Homepage Banner specific sifr styles (have to match the colours defined in /_xml/hp_banner.xml) */
var frutigerroman = {
  src: '/_shared/sifr3/frutiger_roman.swf'
};
sIFR.activate(frutigerroman);
/* STYLING */
/*----------------- H1 -----------------*/
sIFR.replace(frutigerroman, {
  selector: '#module_banner_1 h1'
  ,css: {
      '.sIFR-root': { 'color': '#c45619', 'text-transform': 'none', 'leading':0 }
  }
  ,wmode: 'transparent'  
});
sIFR.replace(frutigerroman, {
  selector: '#module_banner_2 h1'
  ,css: {
  '.sIFR-root': { 'color': '#39282E', 'text-transform': 'none', 'leading': 0 }
  }
  ,wmode: 'transparent'  
});
sIFR.replace(frutigerroman, {
  selector: '#module_banner_3 h1'
  ,css: {
  '.sIFR-root': { 'color': '#c07549', 'text-transform': 'none', 'leading': 0 }
  }
  ,wmode: 'transparent'  
});
sIFR.replace(frutigerroman, {
  selector: '#module_banner_4 h1'
  ,css: {
  '.sIFR-root': { 'color': '#2d3b4e', 'text-transform': 'none', 'leading': 0 }
  }
  ,wmode: 'transparent'  
});
sIFR.replace(frutigerroman, {
  selector: '#module_banner_5 h1'
  ,css: {
  '.sIFR-root': { 'color': '#4e4527', 'text-transform': 'none', 'leading': 0 }
  }
  ,wmode: 'transparent'  
});