var eurostile = {
	src: '/System/sifr/fonts/eurostile.swf',
	ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

sIFR.activate(eurostile);

sIFR.replace(eurostile, {
  selector: '.box h1a',
  css: '.sIFR-root { color: #ffffff; font-size: 18px }',
  wmode: 'transparent'
});
sIFR.replace(eurostile, {
  selector: '#top-promo h1',
  css: '.sIFR-root { color: #ffffff; }',
  wmode: 'transparent'
});
sIFR.replace(eurostile, {
  selector: '#explore-categ h1, #explore-dest h1',
  css: '.sIFR-root { color: #ffffff }',
  wmode: 'transparent',
  filters: {
	DropShadow: {
	knockout: false,
	distance: 1,
	color: '#000000',
	strength: .7,
	angle: 70
	}
  }
});
sIFR.replace(eurostile, {
  selector: 'h1.sifr-right',
  css: '.sIFR-root { color: #ffffff; font-size: 20px; text-align: right}',
  wmode: 'transparent'
});
sIFR.replace(eurostile, {
  selector: 'h1.sifr',
  css: '.sIFR-root { color: #ffffff; font-size: 20px}',
  wmode: 'transparent'
});
sIFR.replace(eurostile, {
  selector: 'h2.sifr',
  css: '.sIFR-root { color: #ffffff; font-size: 18px}',
  wmode: 'transparent'
});