var auto1 = { src: 'flash/Auto1.swf' };
var auto1light = { src: 'flash/Auto1Light.swf' };

sIFR.activate(auto1, auto1light);

sIFR.replace(auto1, {
  selector: 'div#contenttoptext p',
  css: '.sIFR-root { font-size: 18px; letter-spacing: 1; color:#ffffff; }',
  wmode: 'transparent'
});

sIFR.replace(auto1light, {
  selector: 'h1.contenttitle',
  css: [
      '.sIFR-root {font-size: 22px; color: #ffffff; text-decoration: none; font-weight: bold;}'],
  wmode: 'transparent'
});

sIFR.replace(auto1light, {
  selector: 'div.eyecatchercontainer h2',
  css: [
      '.sIFR-root {font-size: 18px; color: #ed1c24; text-decoration: none; font-weight: bold;}'],
  wmode: 'transparent'
});
