var caecelia = {
  src: 'flash/caecelia.swf',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 35, 1.24, 42, 1.23, 62, 1.22, 63, 1.21, 65, 1.22, 66, 1.21, 67, 1.22, 111, 1.21, 112, 1.2, 116, 1.21, 117, 1.2, 121, 1.21, 122, 1.2, 124, 1.21, 1.2]
};
sIFR.activate( caecelia);

sIFR.replace(caecelia, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { font-size:24px; color:#8a8e92; text-align: center; font-weight: bold; }'
    ]
    ,wmode:'transparent'
});

sIFR.replace(caecelia, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-size:11px; leading:-2; line-height: 1em; color:#a2004c; font-weight: bold; }'
    ]
    ,wmode:'transparent'
});
sIFR.replace(caecelia, {
    selector: 'h3#purple'
    ,css: [
      '.sIFR-root { font-size:20px; leading:-2; line-height: 1em; color:#a2024c; font-weight: bold; }'
    ]
    ,wmode:'transparent'
});
sIFR.replace(caecelia, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { font-size:20px; leading:-2; line-height: 1em; color:#4d6987; font-weight: bold; }'
    ]
    ,wmode:'transparent'
});




sIFR.replace(caecelia, {
    selector: 'h4.grey'
    ,css: [
      '.sIFR-root { font-size:11px; line-height: 1em; leading:0; color:#5b5c5e; font-weight: bold; }'
      ,'a { text-decoration: none; color:#5b5c5e}'
      ,'a:link { color: #5b5c5e; }'
      ,'a:hover { color: #5b5c5e; text-decoration: underline;}'      
    ]
    ,wmode:'transparent'
});
sIFR.replace(caecelia, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { font-size:11px; line-height: 1em; leading:0; color:#5b5c5e; font-weight: bold; }'
      ,'a { text-decoration: none; color:#4d6987}'
      ,'a:link { color: #4d6987; }'
      ,'a:hover { color: #4d6987; text-decoration: underline;}'      
    ]
    ,wmode:'transparent'
});
sIFR.replace(caecelia, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { font-size:11px; line-height: 1em; leading:0; color:#5b5c5e; font-weight: bold; }'
      ,'a { text-decoration: none; color:#a2004c}'
      ,'a:link { color: #a2004c; }'
      ,'a:hover { color: #a2004c; text-decoration: underline;}'      
    ]
    ,wmode:'transparent'
});
