// === Nastaveni sIFR nadpisu  ===
// www.agalerie.cz
// Autor: michalek@shortcat.cz

  var font = {
    src: '/swf/font.swf'
  };

  sIFR.activate(font);

  sIFR.replace(font, {
    selector: '#logo p span.a'
    ,css: [
      '.sIFR-root { color: #000000; }',
      'a { color: #000000; text-decoration: none; }',
      'a:hover { color: #000000; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(font, {
    selector: '#logo p span.galerie'
    ,css: [
      '.sIFR-root { color: #FF0000; }',
      'a { color: #FF0000; text-decoration: none; }',
      'a:hover { color: #FF0000; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  });


  sIFR.replace(font, {
    selector: '#logo h1 span.a'
    ,css: [
      '.sIFR-root { color: #000000; }',
      'a { color: #000000; text-decoration: none; }',
      'a:hover { color: #000000; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(font, {
    selector: '#logo h1 span.galerie'
    ,css: [
      '.sIFR-root { color: #FF0000; }',
      'a { color: #FF0000; text-decoration: none; }',
      'a:hover { color: #FF0000; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(font, {
    selector: '#titulka-in h2'
    ,css: [
      '.sIFR-root { color: #FFFFFF; }',
      'a { color: #FFFFFF; text-decoration: none; }',
      'a:hover { color: #FFFFFF; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(font, {
    selector: 'h1#large'
    ,css: [
      '.sIFR-root { color: #000000; }'
    ]
    ,wmode: 'transparent'
  });

//]]>
