var avantgarde = { src: 'flash/avantgarde.swf', ratios: [10, 1.32, 12, 1.25, 14, 1.27, 19, 1.23, 24, 1.22, 33, 1.2, 45, 1.19, 50, 1.18, 51, 1.19, 65, 1.18, 66, 1.17, 69, 1.18, 70, 1.17, 71, 1.18, 120, 1.17, 121, 1.16, 1.17]};

     sIFR.activate(avantgarde);
     sIFR.replace(avantgarde, {
      selector: 'div#navigation p span'
      ,css: [
         '.sIFR-root { color: #444444; font-size:11px;font-weight:bold; text-transform:uppercase;}'
         ,'a { color:#444444; text-decoration:none;}'
         ,'a:active { color:#888888;}'
         ,'a:hover { color:#1b88b1; }'

         ]
      ,transparent: true
     });

     sIFR.replace(avantgarde, { selector: '#left-column > h1',
      css: {
         '.sIFR-root': { 'font-size':'25px', 'color': '#444444', 'font-weight':'bold'}
      }
      ,transparent: true
     });

     sIFR.replace(avantgarde, {
      selector: '.link'
      ,css: [
         '.sIFR-root { color: #444444; font-size:12px;font-weight:bold; text-transform:uppercase;}'
         ,'a { color:#444444; text-decoration:none;}'
         ,'a:active { color:#888888;}'
         ,'a:hover { color:#1b88b1; }'

         ]
      ,transparent: true
     });


       sIFR.replace(avantgarde, { selector: '#wide > h1',
      css: {
         '.sIFR-root': { 'font-size':'28px', 'color': '#444444', 'font-weight':'bold'}
      }
      ,transparent: true
     });

     sIFR.replace(avantgarde, { selector: '#information h2',
      css: {
         '.sIFR-root': { 'font-size':'18px', 'color': '#4c2110', 'font-weight':'bold', 'background-color': '#f5f5ed'}
      }
      ,transparent: true
     });
     sIFR.replace(avantgarde, { selector: '#moreinformation h2',
      css: {
         '.sIFR-root': { 'font-size':'18px', 'color': '#ffffff', 'font-weight':'bold', 'background-color': '#3a1910'}
      }
      ,transparent: true
     });

