var myriad = { src: '/flash/myriad.swf' };
sIFR.activate(myriad);
//fixFocus: true in sIFR.replace() 

sIFR.replace(myriad, {
  selector: 'h3.temat_t',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #ffffff; font-size:16px; }', 'a { color: #ffffff; text-decoration: none }', 'a:hover { color: #ffffff; text-decoration: none }' ]
});

sIFR.replace(myriad, {
  selector: 'h1.articles',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #7c2745; font-size:20px; text-transform: uppercase }', 'a { color: #7c2745; text-decoration: none }', 'a:hover { color: #7c2745; text-decoration: none }' ]
});

sIFR.replace(myriad, {
  selector: 'h1.title_big',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #7c2745; font-size:20px; text-transform: uppercase }', 'a { color: #af2c68; text-decoration: none }', 'a:hover { color: #af2c68; text-decoration: none }' ]
});

sIFR.replace(myriad, {
  selector: 'h2.other',
  wmode: 'transparent',
  css: [ '.sIFR-root { color: #af2c68; font-size:20px; text-transform: uppercase }', 'a { color: #af2c68; text-decoration: none }', 'a:hover { color: #af2c68; text-decoration: none }' ]
});









