var BernardFashionBT = {
      src: './images/swfs/BernardFashionBT.swf'
};
 
sIFR.activate(BernardFashionBT);
 
sIFR.replace(BernardFashionBT, {
      selector: 'div.gutter h2',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:bold; color:#2b8958; text-transform:uppercase;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(BernardFashionBT, {
      selector: 'div.gutter h3',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:bold; color:#a42822; text-align: center; text-transform:uppercase;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});
