var trajan = { src: 'flash/trajan.swf' };
sIFR.useDomLoaded = false;
sIFR.activate(trajan);
//
// The second argument determines what the Flash text looks like. The main text
// is styled via the `.sIFR-root` class. Here we've specified `background-color`
// of the entire Flash movie to be a light grey, and the `color` of the text to
// be red. Read more about styling at <http://wiki.novemberborn.net/sifr3/Styling>.
sIFR.replace(trajan, {
  selector: 'div.aboutDescription, div.aboutPersonDescription', 
  css: '.sIFR-root {color: #89061f; font-weight:bold;}',
  wmode: 'transparent'
});

sIFR.replace(trajan, {
  selector: 'div.photosTitle, div.photosTitleGallery', 
  css: '.sIFR-root {color: #FFFFFF; text-align:center; font-weight:normal;}',
  wmode: 'transparent'
});

sIFR.replace(trajan, {
  selector: 'div.biala_belka_dluga, div.biala_belka_nazwisko',
  css: '.sIFR-root {color: #89061f; font-weight:bold;}',
  wmode: 'transparent'
});

sIFR.replace(trajan, {
  selector: 'div.videoTitle',
  css: '.sIFR-root {color: #FFFFFF; text-align:center; font-weight:bold;}',
  wmode: 'transparent'
});
