var eras = { src: 'http://staging.thetribe.com/hatteras/test/library/sifr.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(eras);

sIFR.replace(eras, {
  selector: 'h2#MainHeading',
  css: '.sIFR-root { background-color: transparent; color: #FFFFFF; }',
  wmode: 'transparent'
});

sIFR.replace(eras, {
  selector: '#MainCol h3',
  css: '.sIFR-root { background-color: transparent; color: #FFFFFF; }',
  wmode: 'transparent'
});


sIFR.replace(eras, {
  selector: '#Menu2 li',
  css: [ 
      '.sIFR-root { background-color: transparent; color: #ffffff; font-size: 13px; margin: 0; padding: 0;}'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #000000; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(eras, {
  selector: '.idTabs li',
  css: [ 
      '.sIFR-root { background-color: transparent; color: #ffffff; font-size: 13px; margin: 0; padding: 0;}'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:link { color: #a4a8b1; }'
      ,'a:hover { color: #ffffff; }'
  ],
  wmode: 'transparent'
});



