var helvetica = { src: 'fx/helvetica.swf' };

sIFR.activate(helvetica);

/*sIFR.replace(myriadLight, {

  selector: '#ln',

  css: ['.sIFR-root { background-color: #ffffff; color: #999999; font-size: 15px; line-height: 1em; text-align: right;}',
  		'a { text-decoration: none; font-size: 15px;}',
        'a:link { color: #999999; }',
        'a:hover { color: #999999; }'],

  tuneHeight: '-10' ,
  
  offsetTop: '4',
  
  wmode: 'transparent'

});*/

sIFR.replace(helvetica, {

  selector: '.dzialHead',

  css: ['.sIFR-root { background-color: #ffffff; color: #868686; font-size: 41px; line-height: 1em;}'],
  
  tuneHeight: '0' ,
  
  offsetTop: '0',
  
  wmode: 'transparent'

});

sIFR.replace(helvetica, {

  selector: 'h1',

  css: ['.sIFR-root { background-color: #ffffff; color: #868686; font-size: 26px; line-height: 1em;}'],
  
  tuneHeight: '3' ,
  
  offsetTop: '8',
  
  wmode: 'transparent'

});

sIFR.replace(helvetica, {

  selector: 'h2',

  css: ['.sIFR-root { background-color: #ffffff; color: #333333; font-size: 18px; line-height: 1em; text-align: center;}'],
  
  tuneHeight: '3' ,
  
  offsetTop: '8',
  
  wmode: 'transparent'

});

/*sIFR.replace(helvetica, {

  selector: 'th',

  css: ['.sIFR-root { background-color: #ffffff; color: #868686; font-size: 13px; line-height: 1em;}'],
  
  tuneHeight: '3' ,
  
  offsetTop: '8',
  
  wmode: 'transparent'

});*/
