var GothamBook = { src: '/templates/b3000/docs/swf/GothamBook.swf' };
var GothamLight = { src: '/templates/b3000/docs/swf/GothamLight.swf' };

sIFR.activate(GothamBook, GothamLight);


// sIFR.replace(GothamBook, {
//   selector: '#menu_main li a', wmode:"transparent", forceSingleLine: true,
//   css: '.sIFR-root { background-color: #fff; color: #777; cursor: pointer; }'
// });

sIFR.replace(GothamBook, {
  selector: '.teaser_item h2', wmode:"transparent",
  css: '.sIFR-root { background-color: #fff; color: #777; }'
});

sIFR.replace(GothamBook, {
  selector: '#hero_text', wmode:"transparent",
  css: '.sIFR-root { color: #9F250C; }'
});

sIFR.replace(GothamLight, {
  selector: 'body h2', wmode:"transparent",
  css: '.sIFR-root { background-color: #9F9D8F; color: #E2E1D4; leading: 7; }'
});

// sIFR.replace(GothamBook, {
//   selector: '#header ul li', forceSingleLine: true, preserveSingleWhitespace: true, forceTextTransform: true, wmode:"transparent",
//   css: '.sIFR-root a { color: #9F9D8F; text-transform: capitalize; cursor: pointer; text-decoration: none; } .sIFR-root a:hover {color: #9F9D8F;}'
// });
