  var Rockwell = {
    src: '/images/sifr.swf',
	ratios: [7,1.47,12,1.43,14,1.37,18,1.36,24,1.34,25,1.32,31,1.33,32,1.31,36,1.32,47,1.31,73,1.3,75,1.29,76,1.3,78,1.29,79,1.3,1.29]
  };

  sIFR.delayCSS  = true;
  //sIFR.domains = ['memorialcoliseum.cirrusabs.com'] // Don't check for domains in this demo
  sIFR.activate(Rockwell);

  
  sIFR.replace(Rockwell, {
    selector: '.sifr'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { color:#3f3f3f; font-size: 15px; text-indent:10px; }',
	  '.sIFR-root a:link { color:#3f3f3f; background:transparent; text-decoration:none;}',
	  '.sIFR-root a:hover { color:#3f3f3f; background:transparent; text-decoration:none;}',
    ]
  });
  
  sIFR.replace(Rockwell, {
	selector: '.sifr-selected'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { color:#FFFFFF; font-size: 15px; text-indent:10px; }',
	  '.sIFR-root a:link { color:#FFFFFF; background:transparent; text-decoration:none;}',
	  '.sIFR-root a:hover { color:#FFFFFF; background:transparent; text-decoration:none;}',
    ]
  }); 
  
  sIFR.replace(Rockwell, {
	selector: '.title-red, .title-grey'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { color:#FFFFFF; font-size: 18px; text-indent:0px; }',
	  '.sIFR-root a:link { color:#FFFFFF; background:transparent; text-decoration:none;}',
	  '.sIFR-root a:hover { color:#FFFFFF; background:transparent; text-decoration:none;}',
    ]
  }); 
  
  sIFR.replace(Rockwell, {
	selector: 'h2.right'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { color:#4b4a4a; font-size: 16px; text-indent:0px; text-align:right; }',
	  '.sIFR-root a:link { color:#4b4a4a; background:transparent; text-decoration:none;}',
	  '.sIFR-root a:hover { color:#4b4a4a; background:transparent; text-decoration:none;}',
    ]
  }); 
  
  sIFR.replace(Rockwell, {
	selector: 'h1.red'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { color:#B72217; font-size: 18px; text-indent:0px; }',
	  '.sIFR-root a:link { color:#B72217; background:transparent; text-decoration:underline;}',
	  '.sIFR-root a:hover { color:#B72217; background:transparent; text-decoration:none;}',
    ]
  }); 
  
  sIFR.replace(Rockwell, {
	selector: 'h2.red'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { color:#B72217; font-size: 16px; text-indent:0px; text-align:left; }',
	  '.sIFR-root a:link { color:#B72217; background:transparent; text-decoration:underline;}',
	  '.sIFR-root a:hover { color:#B72217; background:transparent; text-decoration:none;}',
    ]
  }); 
  
  sIFR.replace(Rockwell, {
	selector: '.prod-desc h2'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { color:#252525; font-size: 16px; text-indent:0px; text-align:left; }',
	  '.sIFR-root a:link { color:#252525; background:transparent; text-decoration:underline;}',
	  '.sIFR-root a:hover { color:#252525; background:transparent; text-decoration:none;}',
    ]
  }); 
  
  sIFR.replace(Rockwell, {
	selector: 'h2'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { color:#4b4a4a; font-size: 16px; text-indent:0px; }',
	  '.sIFR-root a:link { color:#4b4a4a; background:transparent; text-decoration:none;}',
	  '.sIFR-root a:hover { color:#4b4a4a; background:transparent; text-decoration:none;}',
    ]
  }); 
  
  
  /*sIFR.debug.ratios(Rockwell, {
					selector: 'h2'
					});*/
