var eurostile = {
  src: '/swf/eurostile.swf'
};

sIFR.activate(eurostile);

sIFR.replace(eurostile, {
  selector: '#menu #menucontent #activefirstitem',
  fitExactly: true,
  forceSingleLine: true,
  preventWrap: true,
  css: [
	'.sIFR-root { display: inline; background-color: #484848; color: #ffffff; font-weight: bold;font-size: 26}',
	'a { text-decoration: none; }',
	'a:link { color: #ffffff; }',
	'a:hover { color: #ffffff; }'
	]
});

sIFR.replace(eurostile, {
  selector: '#menu #menucontent span',
  fitExactly: true,
  forceSingleLine: true,
  preventWrap: true,
  css: [
	'.sIFR-root { display: inline; background-color: #484848; color: #5091a8; font-weight: bold;font-size: 26}',
	'a { text-decoration: none; }',
	'a:link { color: #5091a8; }',
	'a:hover { color: #ffffff; }'
	]
});

sIFR.replace(eurostile, {
  selector: '#header span',
  fitExactly: true,
  forceSingleLine: true,
  preventWrap: true,
  wmode: 'transparent',
  css: [
	'.sIFR-root { display: inline; background-color: #484848; color: #ffffff; font-weight: bold;font-size: 18}',
	'a { text-decoration: none; }',
	'a:link { color: #ffffff; }',
	'a:hover { color: #484848; }'
	]
});

sIFR.replace(eurostile, {
  selector: '#header #headercontent span',
  fitExactly: true,
  forceSingleLine: true,
  preventWrap: true,
  wmode: 'transparent',
  css: [
	'.sIFR-root { display: inline; background-color: #484848; color: #ffffff; font-weight: bold;font-size: 18}',
	'a { text-decoration: none; }',
	'a:link { color: #ffffff; }',
	'a:hover { color: #484848; }'
	]
});

sIFR.replace(eurostile, {
  selector: '#movie #moviecontent',
  fitExactly: true,
  forceSingleLine: false,
  preventWrap: false,
  wmode: 'transparent',
  css: [
	'.sIFR-root { display: inline; background-color: #484848; color: #ffffff; font-weight: bold;font-size: 18}',
	'a { text-decoration: none; }',
	'a:link { color: #ffffff; }',
	'a:hover { color: #cccccc; text-decoration: underline; }'
	]
});

sIFR.replace(eurostile, {
  selector: '#movie #moviecontent2 td',
  fitExactly: true,
  forceSingleLine: false,
  preventWrap: false,
  wmode: 'transparent',
  css: [
	'.sIFR-root { display: inline; background-color: #484848; color: #ffffff; font-weight: bold;font-size: 14}',
	'a { text-decoration: none; }',
	'a:link { color: #ffffff; }',
	'a:hover { color: #cccccc; text-decoration: underline; }'
	]
});

sIFR.replace(eurostile, {
  selector: '#moviecontent3 p',
  fitExactly: false,
  forceSingleLine: false,
  preventWrap: false,
  wmode: 'transparent',
  css: [
	'.sIFR-root { display: inline; background-color: #484848; color: #ffffff; font-weight: bold;font-size: 18}',
	'a { text-decoration: none; }',
	'a:link { color: #ffffff; }',
	'a:hover { color: #cccccc; text-decoration: underline; }'
	]
});