var MovieFont = { src: websiteUrl + 'image/sifr/Movie.swf' };
var GothamRoundedBoldFont = {src: websiteUrl + 'image/sifr/GodhamRoundedBold.swf' };
var BernardMTCon = {src: websiteUrl + 'image/sifr/BernardMTCon.swf' };

sIFR.activate(MovieFont, GothamRoundedBoldFont, BernardMTCon);

// top menu links.
sIFR.replace(GothamRoundedBoldFont,
{
  wmode: 'transparent',
  selector: '.top-wrapper .top-menu .menu-item .menu-link',
  css: [
      '.sIFR-root { font-size: 22px; color: #000000; text-align: center; cursor: pointer; text-transform: uppercase; }',
      '.sIFR-root a { color: #000000; text-decoration: none; }',
      '.sIFR-root a:hover { color: #000000; text-decoration: none; }'
  ]
});

    // top menu reasons count text.
    sIFR.replace(GothamRoundedBoldFont,
    {
      wmode: 'transparent',
      selector: '.top-wrapper .top-menu .menu-type-reasons.menu-item-selected .menu-reasons',
      css: [
          '.sIFR-root { font-size: 44px; color: #000000; text-align: center; cursor: pointer;  }',
          '.sIFR-root a { color: #000000; text-decoration: none; }',
          '.sIFR-root a:hover { color: #000000; text-decoration: none; }'
      ]
    });


    // top menu reasons count text.
    sIFR.replace(GothamRoundedBoldFont,
    {
      wmode: 'transparent',
      selector: '.top-wrapper .top-menu .menu-type-reasons .menu-reasons',
      css: [
          '.sIFR-root { font-size: 44px; color: #ff9900; text-align: center; cursor: pointer;  }',
          '.sIFR-root a { color: #ff9900; text-decoration: none; }',
          '.sIFR-root a:hover { color: #ff9900; text-decoration: none; }'
      ]
    });

// labeled content box, top headline.
sIFR.replace(MovieFont,
{
  wmode: 'transparent',
  selector: '.label-content-box .blue-content .top-content .top-headline',
  css: [
      '.sIFR-root { font-size: 64px; color: #FFFFFF; text-transform: uppercase; }',
      '.sIFR-root a { color: #FFFFFF; text-decoration: none; }',
      '.sIFR-root a:hover { color: #FFFFFF; text-decoration: none; }'
  ]
});

// captcha number text.
sIFR.replace(BernardMTCon,
{
  fitExcatly: true,
  offsetTop: -1,
  wmode: 'transparent',
  selector: '.captcha-display',
  css: [
      '.sIFR-root { font-size: 20px; color: #000000; text-align: center;}'
  ]
});