var vag = {
  src: '/wp-content/themes/fms/flash/myriad.swf'
};
sIFR.activate(vag);

sIFR.replace(vag, {
  selector: '.highlight-text p',
  css: [
    '.sIFR-root { color:#ccc; font-size: 16px}',    
    'a { color: #465dd2; text-decoration: none; }',
    'a:link { color: #465dd2; text-decoration: underline; }',
    'a:hover { color: #465dd2; text-decoration: underline; }'    
  ]
});

sIFR.replace(vag, {
  selector: 'h2.homepage-content-heading'
  ,css: [
    // '.sIFR-root { color: #e28000; cursor: pointer;}',
    // 'a { color: #e28000; text-decoration: none; }',
    // 'a:link { color: #e28000; text-decoration: none; }',
    // 'a:hover { color: #e28000; text-decoration: underline; }'    
    '.sIFR-root { color: #000000; cursor: pointer; font-weight: bold}',
    'a { color: #000000; text-decoration: none; font-weight: bold}',
    'a:link { color: #000000; text-decoration: none; font-weight: bold}',
    'a:hover { color: #000000; text-decoration: underline; font-weight: bold}'    
  ]
})

sIFR.replace(vag, {
  selector: '.stories h2, .vacancies h2, .forum h2, .events h2'
  ,css: [
    '.sIFR-root { text-transform: uppercase; color:#005138; }',
    'a { color: #005138; text-decoration: none; }',
    'a:link { color: #005138; text-decoration: none; }',
    'a:hover { color: #005138; text-decoration: underline; }'    
  ]
  ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 28, 1.19, 30, 1.17, 36, 1.18, 49, 1.17, 50, 1.16, 51, 1.17, 71, 1.16, 72, 1.15, 73, 1.16, 75, 1.15, 78, 1.16, 79, 1.15, 80, 1.16, 1.15]
});

sIFR.replace(vag, {
  selector: '.news h2, .press h2'
  ,css: [
    '.sIFR-root { text-transform: uppercase; color:#005138; }'
  ]
  ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 28, 1.19, 30, 1.17, 36, 1.18, 49, 1.17, 50, 1.16, 51, 1.17, 71, 1.16, 72, 1.15, 73, 1.16, 75, 1.15, 78, 1.16, 79, 1.15, 80, 1.16, 1.15]
});

sIFR.replace(vag, {
  selector: '.sponsors h2'
  ,css: [
    '.sIFR-root { text-transform: uppercase; color:#005138; }'
  ]
  ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 28, 1.19, 30, 1.17, 36, 1.18, 49, 1.17, 50, 1.16, 51, 1.17, 71, 1.16, 72, 1.15, 73, 1.16, 75, 1.15, 78, 1.16, 79, 1.15, 80, 1.16, 1.15]
});
