var arial = { src: window.location.protocol + '//' + window.location.hostname + '/ctlimg/FSC_staging/sifr/arial.swf' };
//var arial = { src: window.location.protocol + '//' + window.location.hostname + '/ctlimg/FSC_DE_staging/sifr/arial.swf' };

// sIFR.domains = ['http://de01bob'] 
sIFR.activate(arial);

sIFR.replace(arial, {
	selector: 'h1',
	fitExactly: 'true',
	tuneHeight: '0',
	wmode: 'transparent',
	css: [
	'.sIFR-root { font-size: 25px; text-transform: uppercase; color: #990000; }'
	]
});

sIFR.replace(arial, {
    selector: '#header h2',
	fitExactly: 'true',
	tuneHeight: '0',
	wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 11px; color: #000000; }'
    ]
  });

sIFR.replace(arial, {
    selector: '#rightSidebar .greyBox  h2',
	fitExactly: 'true',
	tuneHeight: '0',
	wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 14px; color: #ffffff; text-transform: uppercase; }'
    ]
  });
  
sIFR.replace(arial, {
    selector: '#rightSidebar h2',
	fitExactly: 'true',
	tuneHeight: '-7',
	wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 14px; color: #990000; text-transform: uppercase; }'
    ]
  });
  
sIFR.replace(arial, {
    selector: '#dropdownHomeHeadline1 h2',
	fitExactly: 'true',
	tuneHeight: '-7',
	wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 21px; font-weight: normal; color: #990000; text-transform: uppercase; }'
    ]
  });

sIFR.replace(arial, {
    selector: '#dropdownHomeHeadline2 h2',
	fitExactly: 'true',
	tuneHeight: '-7',
	wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 21px; font-weight: normal; color: #990000; text-transform: uppercase; }'
    ]
  });

sIFR.replace(arial, {
    selector: 'h2.compHL',
	fitExactly: 'true',
	tuneHeight: '-7',
	wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 13px; color: #990000; text-transform: uppercase; }'
    ]
  });

sIFR.replace(arial, {
    selector: '.infoHeader h2',
	fitExactly: 'true',
	tuneHeight: '-7',
	wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 14px; color: #990000; text-transform: uppercase; }'
    ]
  });
  
sIFR.replace(arial, {
    selector: '#storeSiteContentDisplay h2',
	fitExactly: 'true',
	tuneHeight: '0',
	wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 14px; color: #990000; text-transform: uppercase; }'
    ]
  });
  

sIFR.replace(arial, {
    selector: '.overlay-price-text',
	fitExactly: 'true',
	tuneHeight: '0',
	wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 14px; font-weight: bold; color: #ffffff; text-transform: uppercase; text-align: center; }'
    ]
  });
  
  

 