var metaplusbook = {
	src: '/swf/metaplusbook.swf'
};


sIFR.useStyleCheck = true;
sIFR.activate(metaplusbook);

/* ------- Page Title */
sIFR.replace(metaplusbook, {
	selector: 'h1.pagetitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #00a5e3; font-size: 20px; }'
	]
});



/* ------- Left column header */
sIFR.replace(metaplusbook, {
	selector: 'h2.colhdr'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #00539b; font-size: 20px; text-transform:uppercase; }'
	]
});

/* ------- HP upcoming events header */
sIFR.replace(metaplusbook, {
	selector: 'h2.uehdr'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #0a3b66; font-size: 18px; text-transform:uppercase; margin:0; }'
	]
});

/* ------- HP sub header */
sIFR.replace(metaplusbook, {
	selector: 'h2.hphdr'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #00539b; font-size: 16px;  margin:0; }'
	]
});
