var garamond = { src: '/mm5/assets/typography/garamond.swf' };
var walbaum = { src: '/mm5/assets/typography/walbaum.swf' };


sIFR.activate(garamond);
sIFR.activate(walbaum);

sIFR.replace(garamond, {
  selector: '#phrase',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #FFFFFF; color: #767676; text-align: right; font-size: 20px; }'
});
sIFR.replace(walbaum, {
  selector: 'h2.slogan',
  wmode: 'transparent',
  css: ['.sIFR-root { background-color: #FFFFFF; color: #000000; text-align: left; font-size: 24px; }',
	'a { color: #000000; text-decoration: none; }',
	'a:hover { color: #000000; text-decoration: none; }']
});
sIFR.replace(walbaum, {
  selector: 'h2.featured',
  wmode: 'transparent',
  css: ['.sIFR-root { background-color: #FFFFFF; color: #000000; text-align: center; font-size: 30px; }',
  'a { color: #000000; text-decoration: none; }',
  'a:hover { color: #000000; text-decoration: none; }']
});
sIFR.replace(walbaum, {
  selector: 'h2.title',
  wmode: 'transparent',
  css: ['.sIFR-root { background-color: #FFFFFF; color: #000000; text-align: center; font-size: 24px; }',
  'a { color: #000000; text-decoration: none; }',
  'a:hover { color: #000000; text-decoration: none; }']
});