 var rockwell = {src: 'pliki/sifr.swf'};
    sIFR.activate(rockwell);
    sIFR.replace(rockwell, {
    	selector: 'h2',
    	wmode: 'transparent',
    	css: [
    	'.sIFR-root {color: #90b410; }'
    	,'a { text-decoration: none; }'
        ,'a:link { color: #90b410; }'
        ,'a:hover { color: #90b410; }'
      ]
    });
    sIFR.replace(rockwell, {
    	selector: '.kategoria',
    	wmode: 'transparent',
    	css: [
    	'.sIFR-root {color: #333; }'
    	,'a { text-decoration: none; }'
        ,'a:link { color: #90b410; }'
        ,'a:hover { color: #90b410; }'
      ]
    });
    sIFR.replace(rockwell, {
    	selector: '#right-bar .main',
    	wmode: 'transparent',
    	css: [
    	'.sIFR-root {color: #90b410; }'
    	,'a { text-decoration: none; }'
        ,'a:link { color: #888888; }'
        ,'a:hover { color: #90b410; }'
      ]
    });
    sIFR.replace(rockwell, {
    	selector: '.active .mainmenu',
    	forceSingleLine: true,
    	wmode: 'transparent',
    	css: [
    	'.sIFR-root {color: #90b410; }'
    	,'a { text-decoration: none; }'
        ,'a:link { color: #90b410; }'
        ,'a:hover { color: #90b410; }'
      ]
    }); 
	sIFR.replace(rockwell, {
    	selector: '.mainmenu',
    	forceSingleLine: true,
    	wmode: 'transparent',
    	css: [
    	'.sIFR-root {color: #90b410; }'
    	,'a { text-decoration: none; }'
        ,'a:link { color: #888888; }'
        ,'a:hover { color: #90b410; }'
      ]
    });
    
