var bookantiqua = { src: '/sifr/book-antiqua.swf' };

sIFR.activate(bookantiqua);

sIFR.replace(bookantiqua, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: none; color: #CC0000; font-size: 20px; font-weight: bold; }'
});

sIFR.replace(bookantiqua, {
  selector: '#content-region h2',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: none; color: #003300; font-size: 18px; font-weight: bold; }'
});

sIFR.replace(bookantiqua, {
  selector: '#footer-region .block h3, #footer-region .menu h3',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: none; color: #FFCC00; font-size: 16px; font-weight: bold; }'
});

sIFR.replace(bookantiqua, {
  selector: '.uc_catalog h3',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: none; color: #FFFFFF; font-size: 16px; font-weight: bold; }'
});

sIFR.replace(bookantiqua, {
  selector: '#header-region #block-1 h3',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: none; color: #FFFFFF; font-size: 16px; font-weight: bold; text-align: right; }'
});

sIFR.replace(bookantiqua, {
  selector: '#right-column #uc_cart-0 h3, #right-column #block-8 h3',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: none; color: #FFFFFF; font-size: 16px; font-weight: bold; }'
});

sIFR.replace(bookantiqua, {
  selector: 'h3',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: none; color: #000000; font-size: 16px; font-weight: bold; }'
});
