var adler = {
    src: '/templates/1/fonts/adler.swf'
  };

  sIFR.activate(adler);


  sIFR.replace(adler, {
    selector: '.button'
    ,css: [
      '.sIFR-root { text-align: center; font-size:13px; line-height:1em;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #353f94; }'
    ]
    ,wmode: 'transparent'
    ,forceSingleLine : true
  });
  
  sIFR.replace(adler, {
    selector: '.buttonActive'
    ,css: [
      '.sIFR-root { text-align: center; font-size:13px; line-height:1em;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #353f94; }'
      ,'a:hover { color: #353f94; }'
    ]
    ,wmode: 'transparent'
    ,forceSingleLine : true
  });
  
  sIFR.replace(adler, {
    selector: '.buttonSmall'
    ,css: [
      '.sIFR-root { text-align: right; font-size:10px; line-height:1em;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #353f94; }'
    ]
    ,wmode: 'transparent'
    ,forceSingleLine : true
  });