
  
  var myriadLight = {
    src: '/sitefiles/3/sIFR/myriadLight.swf'
	,ratios: [7,1.32,8,1.31,12,1.27,20,1.22,28,1.19,30,1.17,31,1.18,39,1.17,54,1.16,60,1.15,61,1.16,93,1.15,94,1.14,96,1.15,97,1.14,100,1.15,101,1.14,102,1.15,105,1.14,106,1.15,112,1.14,113,1.15,1.14]

  };


  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(myriadLight);
  


  

  
//  sIFR.debug.ratios({ src: 'myriadLight.swf', selector: 'h3' });
  
  sIFR.replace(myriadLight, {
    selector: '.introtext h2'
    ,css: [
      '.sIFR-root { color: #112837; text-align: center;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #fff; }'
    ]
    ,wmode: "transparent"
  });
  
  sIFR.replace(myriadLight, {
    selector: '.box h3'
    ,css: [
      '.sIFR-root { color: #000000;}'
      ,'a { text-decoration: none; color:#000000; }'
      ,'a:hover { color: #000000; }'
    ]
    ,wmode: "transparent"
  });

  sIFR.replace(myriadLight, {
    selector: '.product h2'
    ,css: [
      '.sIFR-root { color: #000000; text-align: left;}'
      ,'a { text-decoration: none; color:#000000; }'
      ,'a:hover { color: #000000; }'
    ]
    ,wmode: "transparent"
  });
  
  sIFR.replace(myriadLight, {
    selector: '.productImages h3'
    ,css: [
      '.sIFR-root { color: #000000; text-align: left;}'
    ]
    ,wmode: "transparent"
  });
