var univers = {
    src: 'flash/dince.swf'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(univers);

  sIFR.replace(univers, {
    selector: '.m'
    ,css: [
      '.sIFR-root { color: #404040; font-size: 12px; text-align: right; font-weight: normal; font-style: normal; text-transform: uppercase; letter-spacing: 0; }'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #404040; }'
     ,'a:hover { color: #CCCCCC; }'
	 /* ,'p { margin: 0px; }' */
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(univers, {
    selector: '#nadpis'
	,css: [
      '.sIFR-root { color: #A9ABAF; font-size: 55px; text-align: right; font-weight: normal; font-style: normal; text-transform: uppercase; letter-spacing: 0; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(univers, {
    selector: 'h1'
	,css: [
      '.sIFR-root { color: #EE2E24; font-size: 14px; text-align: left; font-weight: normal; font-style: normal; }'
	 ,'strong { color: #000000; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(univers, {
    selector: 'h2, h3'
	,css: [
      '.sIFR-root { color: #000000; font-size: 13px; text-align: left; font-weight: normal; font-style: normal; margin-bottom: -10px; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(univers, {
    selector: '.pop'
	,css: [
      '.sIFR-root { color: #000000; font-size: 14px; text-align: left; font-weight: normal; font-style: normal; }'
	  ,'strong { color: #E31818; }'
    ]
  });
  
  //]]>
