var mufferaw = {
  src: '/assets/templates/lbms/flash/mufferaw.swf'
};

sIFR.activate(mufferaw); // From revision 209 and onwards

sIFR.replace(mufferaw, {
 	selector: 'h1',
	wmode: 'transparent',
	css: '.sIFR-root { background-color: transparent; color: #5e5842; font-size: 30px; text-decoration: none; }'
});

sIFR.replace(mufferaw, {
 	selector: 'h2',
	wmode: 'transparent',
	css: '.sIFR-root { background-color: transparent; color: #5e5842; font-size: 24px; }'
});



sIFR.replace(mufferaw, {
selector: 'h3'
,wmode: 'transparent'
,css: [
  '.sIFR-root { text-align: left; color: #7a510c; font-size: 18px; }'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #5e5842; }'
  ,'a:hover { color: #008fdf; }'
  ,'strong {color: #6f963c; font-weight: normal; }'
]
});

