   
  sIFR.replace(dbozone, {
    selector: '#health h4',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left;  font-size: 19px; leading:0; letter-spacing: -0.2; color: #996600; padding-right: 10px; line-height:-4px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #996600; }'
      ,'a:hover { color: #663300; text-decoration: none; }'
    ]
  });
  
  sIFR.replace(dbozone, {
    selector: '#showroom h4',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left;  font-size: 19px; leading:0; letter-spacing: -0.2; color: #669900; padding-right: 10px; line-height:-4px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #669900; }'
      ,'a:hover { color: #336600; text-decoration: none; }'
    ]
  });
  
  sIFR.replace(dbozone, {
    selector: '#fashion h4',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left;  font-size: 19px; leading:0; letter-spacing: -0.2; color: #FF6699; padding-right: 10px; line-height:-4px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FF6699; }'
      ,'a:hover { color: #CC3366; text-decoration: none; }'
    ]
  });
  
  sIFR.replace(dbozone, {
    selector: '#gossip h2',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left;  font-size: 28px; leading:0; letter-spacing: 0.05; color: #FF6699; padding-right: 10px; line-height:-4px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FF6699; }'
      ,'a:hover { color: #CC3366; text-decoration: none; }'
    ]
  });

