var fsh = { src: '/pub/artus/swf/trajan.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(fsh);

sIFR.replace(fsh, {
  selector: 'span.flash',
  wmode: 'transparent',
  css: '.sIFR-root { color: #664b3d;font-weight:normal; }'
});

sIFR.replace(fsh, {
  selector: 'span.flash_sml',
  wmode: 'transparent',
  css: '.sIFR-root { color: #664b3d;font-weight:normal;font-size:18px; }'
});

sIFR.replace(fsh, {
  selector: 'span.flash_white',
  wmode: 'transparent',
  css: '.sIFR-root { color: #fde5cc;font-weight:normal;font-size:18px; }'
});