var ma = {
      src: 'http://data.3k-foto.cz/flash/mace.swf'
};

sIFR.activate(ma);

sIFR.replace(ma, {
      selector: '.content h2',
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#e04508; background-color:transparent; }',
      'em { font-style: normal; color: #2e2e2e; }',
      'strong { font-weight:normal; color: #000000; }',
      ],
      wmode: 'transparent'
});
sIFR.replace(ma, {
      selector: 'h3.sifr',
      css: [
      '.sIFR-root { font-size:25px; font-weight:normal; color:#e04508; background-color:transparent; }',
      'em { font-style: normal; color: #2e2e2e; }',
      'strong { font-weight:normal; color: #000000; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(ma, {
      selector: '#sub h1',
      css: [
      '.sIFR-root { line-height: 47px; font-size:30px; font-weight:normal; color: #ffffff; background-color:transparent; }',
      ],
      wmode: 'transparent'
});
sIFR.replace(ma, {
      selector: '.slogan',
      css: [
      '.sIFR-root { line-height: 40px; font-size:22px; font-weight:normal; color: #ffffff; background-color:transparent; }',
      ],
      wmode: 'transparent'
});