/*****************************************************************************
Sifr Configuration
*****************************************************************************/

var teuton = { src: '/flash/teuton.swf' };
var trade = { src: '/flash/tradegothic.swf' };

sIFR.activate(teuton, trade);

sIFR.replace(teuton, {
  selector: '.home h1',
  wmode: 'transparent', 
  css: '.sIFR-root {color: #c41230; leading: -4;}'
});


sIFR.replace(teuton, {
  selector: '.mgreen h1',
    wmode: 'transparent',
  css: '.sIFR-root {color: #ffffff;}'
});

sIFR.replace(teuton, {
  selector: 'h1',
    wmode: 'transparent',
  css: '.sIFR-root {color: #565558; background-color: #f4f4f4;}'
});

sIFR.replace(teuton, {
  selector: '.landingContent h2',
  wmode: 'transparent', 
  css: '.sIFR-root {color: #565558;}'
});

sIFR.replace(trade, {
  selector: '.h2',
  wmode: 'transparent', 
  css: '.sIFR-root {color: #565558; font-weight:bold;}'
});

sIFR.replace(trade, {
  selector: '.organise h2, .attend h2',
  wmode: 'transparent', 
  css: '.sIFR-root {color: #565558; font-weight:bold;}'
});

sIFR.replace(teuton, {
  selector: '.Wcol .temperature',
  wmode: 'transparent', 
  css: '.sIFR-root {color: #565558; font-weight:bold;}'
});





