var gothammedium = { src: basedir+'/scripts/sifr/gothammedium.swf' };
var fffint = { src: basedir+'/scripts/sifr/fffint.swf' };

sIFR.activate(gothammedium, fffint);
/*
sIFR.replace(gothammedium, {
  selector: '#nav li',
  css: [
    '.sIFR-root { background-color: #FFFFFF; font-size: 14px;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #808285; line-height: 50px; letter-spacing: .03;}'
    ,'.active { color: #eb008b; }'
    ,'a:hover { color: #eb008b; }'
  ],
  selectable: false,
  forceSingleLine: true
});

sIFR.replace(gothammedium, {
  selector: 'h1',
  css: [
    '.sIFR-root { background-color: #FFFFFF; font-size: 30px; color: #333132;}'
  ],
  forceSingleLine: true
});
*/
sIFR.replace(fffint, {
  selector: '#breadcrumb span',
  css: [
    '.sIFR-root { background-color: #FFFFFF; font-size: 8px;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #a7a9ac; line-height: 50px;}'
    ,'.active { color: #c7c8ca; }'
    ,'a:hover { color: #c7c8ca; }'
  ],
  selectable: false,
  forceSingleLine: true,
  sharpness: 1000
});
