var cronos = {
  src: _swfprefix + 'swf/cronos-semibold.swf',
  ratios: [9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01]
};

sIFR.fitExactly = true;
sIFR.prefetch(cronos);
sIFR.activate();

//sIFR.debug.ratios({ src: 'swf/cronos-semibold.swf', selector: 'h1'});

// begin global replacement
// styling guide: http://wiki.novemberborn.net/sifr3/Styling

sIFR.replace(cronos, {
  selector: 'h1',
  css: [
      '.sIFR-root { kerning: true; font-weight: normal; color: #ffffff; font-size: 30px;}',
      'a { text-decoration: none }',
      'a:link { color: #FFC630 }',
      'a:hover { color: #FFC630 } '
    ],
	wmode: 'transparent'
});

sIFR.replace(cronos, {
  selector: 'h2',
  css: [
      '.sIFR-root { kerning: true; font-weight: normal; color: #ffffff; font-size: 21px;}',
      'a { text-decoration: none }',
      'a:link { color: #FFC630 }',
      'a:hover { color: #FFC630 } '
    ],
	wmode: 'transparent'
});

sIFR.replace(cronos, {
  selector: 'span.heading',
  css: [
      '.sIFR-root { kerning: true; font-weight: normal; color: #FFC630; font-size: 19px;}',
      'a { text-decoration: none }',
      'a:link { color: #FFC630 }',
      'a:hover { color: #FFC630 } '
    ],
	wmode: 'transparent'
});




