var futura = { src: 'flash/font/myriadprosemiboldcond.swf' };

sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h1.popisH1',
  css: '.sIFR-root { color: #bb080e; font-weight: normal;text-transform:uppercase;}',
  wmode: 'transparent',
  offsetTop: '5'
});

sIFR.replace(futura, {
  selector: 'h1',
  css: '.sIFR-root { color: #000000; font-weight: normal;text-transform:uppercase;}',
  wmode: 'transparent',
  offsetTop: '5'
});


sIFR.replace(futura, {
  selector: 'legend',
  css: '.sIFR-root { color: #c01b23; font-weight: normal;text-transform:uppercase;font-size:20;margin:0;padding:0;letter-spacing:.2;}',
  wmode: 'transparent',
  offsetTop: '5',
  offsetLeft: '9',
  onReplacement: function(){
    jQuery("legend").css("padding","0px");
  }
});

