//sIFR.debugMode = true;
sIFR.delayCSS  = true;

var segoe_print ={
	  src: '/assets/templates/kristi/_flash/sifr/segoe-print.swf',
      ratios: [6, 1.93, 10, 1.92, 14, 1.86, 18, 1.83, 22, 1.81, 26, 1.8, 29, 1.79, 36, 1.78, 37, 1.77, 41, 1.78, 52, 1.77, 53, 1.76, 56, 1.77, 57, 1.76, 60, 1.77, 61, 1.76, 62, 1.77, 101, 1.76, 1.75]
}
    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    sIFR.useStyleCheck = true;
   	sIFR.activate(segoe_print);
	//sIFR.prefetch(segoe_print);

    sIFR.replace(segoe_print, {
      selector: '#main-nav li',
      css: [
        '.sIFR-root { text-align: center; font-size:15; font-weight: bold; }',
        'a { color: #ffffff; text-decoration: none; }',
        'a:hover { color: #db027c; text-decoration: none; }'
      ],
	  wmode: 'transparent'
});
