var garamond = {
  src: 'flash/garamond.swf',
  ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 42, 1.16, 47, 1.15, 48, 1.16, 65, 1.15, 71, 1.14, 72, 1.15, 110, 1.14, 111, 1.13, 116, 1.14, 117, 1.13, 118, 1.14, 119, 1.13, 122, 1.14, 123, 1.13, 1.14]
};


sIFR.activate( garamond);

sIFR.replace(garamond, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { font-size:30px; color:#ffffff; text-align: center; font-weight: normal; font-style:italic }'
    ]
    ,wmode:'transparent'
});

sIFR.replace(garamond, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-size:14px; leading:0; line-height: 1em; color:#ffffff; font-weight: bold;text-align:center }'
    ]
    ,wmode:'transparent'
});

sIFR.replace(garamond, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { font-size:16px; leading:-2; line-height: 1em; color:#000000; font-weight: bold; }'
    ]
    ,wmode:'transparent'
});
