var boton = {
    src: 'sifr.swf'
	//sWmode: 'transparent'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(boton);

  sIFR.replace(boton, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: bold; background-color: #aeafb3; color: #ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
  sIFR.replace(boton, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: bold; background-color: #aeafb3; color: #ffffff;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
  
  
    sIFR.replace(boton, {
    selector: '#navlist li'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: normal; background-color: #aeafb3; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
