  
  sIFR.replace(dbozone, {
    selector: '#newspaper #menu li.selected h3, #newspaper-interior #menu li.selected h3',
    wmode: 'transparent',
    fitExactly: true,
    css: [
      '.sIFR-root { text-align: left;  font-size: 20px; leading:0; letter-spacing: -0.2; color: #336600; line-height:-4px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #669900; }'
      ,'a:hover { color: ##CCCCCC; text-decoration: none; }'
    ]
  });
  
  sIFR.replace(dbozone, {
    selector: '#newspaper #menu li h3, #newspaper-interior #menu li h3',
    wmode: 'transparent',
    fitExactly: true,
    css: [
      '.sIFR-root { text-align: center;  font-size: 20px; leading:0; letter-spacing: -0.2; color: #336600; line-height:-4px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #CCCCCC; text-decoration: none; }'
    ]
  });
  
  sIFR.replace(dbozone, {
    selector: '#title-newspaper',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left;  font-size: 32px;  leading:0; letter-spacing: 0.05; color: #669900; line-height:-4px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #669900; }'
      ,'a:hover { color: #336600; }'
    ]
    
  });
  
