var gotham = {src:'http://www.gyongyosiwaldorf.hu/app/webroot/files/waldorf.swf'};

// sIFR.prefetch(gotham);
//sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion < 0); // disable sifr in IE

sIFR.useStyleCheck = true;
sIFR.fromLocal = true;

sIFR.activate(gotham);



sIFR.replace(gotham, {
  selector: '#content h3',
  wmode: 'transparent',
  css: {

    '.sIFR-root': {
      'font-size': '24px',
      'color': '#000000',
	  'text-align' : 'left',
	  'outline' : 'none'
  },

  fixFocus: true

  }

});



