/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/
var gotham = { src: 'flash/gotham.swf' };

// sIFR.useStyleCheck = true;
sIFR.activate(gotham);




sIFR.replace(gotham, {
    selector: '#news-contener h2',wmode: 'transparent'
    ,css: {
      '.sIFR-root': {'color': '#ffffff', 'font-weight': 'normal', 'font-size':'26px' }
    }
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#000000'
        ,strength: 1
      }
	  
    }
  });

sIFR.replace(gotham, {
    selector: '#boxy-contener .box-front h3,#content h3.ciemny',wmode: 'transparent'
    ,css: {
      '.sIFR-root': {'color': '#ff23aa', 'font-weight': 'normal', 'font-size':'26px' }
    }
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#000000'
        ,strength: 1
      }
	  
    }
  });

sIFR.replace(gotham, {
    selector: '#boxy-contener-down .box-front h3, #content h2,#content h1',wmode: 'transparent'
    ,css: {
      '.sIFR-root': {'color': '#ffffff', 'font-weight': 'normal', 'font-size':'26px' }
    }
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#ff23aa'
        ,strength: 1
      }
	  
    }
  });
sIFR.replace(gotham, {
    selector: '#news-contener h3',wmode: 'transparent'
    ,css: {
      '.sIFR-root': {'color': '#ffffff', 'font-weight': 'normal', 'font-size':'18px' }
    }
  });