var gotham = { src: '/swf/sifr/gotham.swf' };

sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: '#content-main h2',
  css: '.sIFR-root { background-color: #ffffff; color: #b6b6b6; text-transform: uppercase; font-size: 18px; line-height: 18px; }',
  wmode: 'transparent',
  tuneHeight: '-7'
});

sIFR.replace(gotham, {
  selector: '#content-main-center-top h3',
  css: '.sIFR-root { background-color: #ffffff; color: #b6b6b6; text-transform: uppercase; font-size: 16px; line-height: 16px; }',
  wmode: 'transparent',
  tuneHeight: '-6'
});

sIFR.replace(gotham, {
  selector: '#content-main-left h3',
  css: '.sIFR-root { background-color: #ffffff; color: #b6b6b6; text-transform: uppercase; font-size: 14px; line-height: 14px; }',
  wmode: 'transparent',
  tuneHeight: '-6',
  offsetLeft: '-1'
});

sIFR.replace(gotham, {
  selector: '#content-main-right h3',
  css: '.sIFR-root { background-color: #ffffff; color: #b6b6b6; text-transform: uppercase; font-size: 14px; line-height: 14px; }',
  wmode: 'transparent',
  tuneHeight: '-6',
  offsetLeft: '-1'
});

sIFR.replace(gotham, {
  selector: '#calendar-mini-block h4',
  css: '.sIFR-root { background-color: #ffffff; color: #b6b6b6; text-transform: uppercase; font-size: 12px; line-height: 12px; text-align: center; }',
  wmode: 'transparent',
  tuneHeight: '-5'
});

sIFR.replace(gotham, {
  selector: 'h5.countdown',
  css: '.sIFR-root { background-color: #ffffff; color: #b6b6b6; text-transform: uppercase; font-size: 35px; line-height: 37px; text-align: center; padding-bottom: 0; margin-bottom: 0; }',
  wmode: 'transparent',
  tuneHeight: '-6',
  offsetLeft: '-1'
});