var bembo = {
src: '/wp-content/themes/fairen/includes/flash/bembo_std_bold.swf',
ratios:[9, 1.16, 16, 1.09, 24, 1.06, 31, 1.04, 32, 1.05, 49, 1.03, 74, 1.02, 79, 1.01, 80, 1.02, 95, 1.01, 96, 1.02, 1.01]
};
var garamond = {
src: '/wp-content/themes/fairen/includes/flash/garamond_med_display.swf'
};

sIFR.activate(bembo);
sIFR.activate(garamond);

sIFR.replace (bembo, {
  wmode: 'transparent',
  //selector: '#navbar li, #details h3, #details li, #page_subnav li',
  selector: '#navbar li, #details h3',
  css: [
    '.sIFR-root {font-size:10px; color:#333333; text-transform:uppercase;}',
    'a { color:#333333; text-decoration:none; }',
    'a:link { color: #333333;}',
    'a:hover { color: #9b9b9b; }'
  ]
});

sIFR.replace (garamond, {
  wmode: 'transparent',
  selector: '#infowrap h4, #content h4, .one-quarter h3, .one-third h3, .one-half h3, h3.pagetitle, #interior.overview h3',
  css: [
    '.sIFR-root {font-size:16px; color:#333333; text-transform:capitalize;}'
  ]
});

sIFR.replace (bembo, {
  wmode: 'transparent',
  selector: '#content h2',
  css: [
    '.sIFR-root {font-size:18px; color:#333333; text-transform:captialize; text-align:left;}'
  ]
});
