  //<[CDATA[
  
  var myriad = {
    src: '/data/flash/myriad-new.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
	

  sIFR.delayCSS  = true;
  sIFR.activate(myriad);
  
	sIFR.replace(myriad, {
    selector: '.content h2'
    ,css: [
      '.sIFR-root { color: #ed0c3b; font-size:14px; text-transform: capitalize;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ed0c3b; }'
      ,'a:hover { color: #ed0c3b; }'
			,'strong {color: #ed0c3b;}' 
    ]
	,wmode:'transparent'
  });
	
	sIFR.replace(myriad, {
    selector: '.blok-header h3, .blok-dynamic h3'
    ,css: [
      '.sIFR-root { color: #1a1a1a; font-size:11px; text-transform: uppercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #1a1a1a; }'
      ,'a:hover { color: #1a1a1a; }'
			,'strong {color: #1a1a1a;}' 
    ]
	,wmode:'transparent'
  });
	
	sIFR.replace(myriad, {
    selector: '.blok-products h3'
    ,css: [
      '.sIFR-root { color: #1a1a1a; font-size:11px; text-transform: uppercase; text-align: center;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #1a1a1a; }'
      ,'a:hover { color: #1a1a1a; }'
			,'strong {color: #1a1a1a;}' 
    ]
	,wmode:'transparent'
  });

  
  //]]>
