// Define flash file to use
var garamond = {
	src: '/Cobrander/MononaBank/Custom/adobe-garamond.swf'
};

// Activate and load flash movie file
sIFR.activate(garamond);

// Replace elements
sIFR.replace(garamond, {
	selector: 'h1.mbonline',
	css: {
		'.sIFR-root': {'color': '#0677bd','text-align': 'center'}
	},
	wmode: 'transparent'
});

sIFR.replace(garamond, {
	selector: 'h1.tag1,h1.tag2',
	css: {
		'.sIFR-root': {'color': '#838383'}
	},
	wmode: 'transparent'
});

sIFR.replace(garamond, {
	selector: 'h1.rates',
	css: {
		'.sIFR-root': {'color': '#2f2f2f'},
		'sup': {'color': '#ff0000','font-size': '40em','background-color': 'transparent'}
	},
	wmode: 'transparent'
});

sIFR.replace(garamond, {
	selector: 'h1.sectiontitle',
	css: {
		'.sIFR-root': {'color': '#dddddd','background-color': 'transparent'}
	},
	wmode: 'transparent'
});

sIFR.replace(garamond, {
	selector: 'h1',
	css: {
		'.sIFR-root': {'color': '#0677bd','background-color': 'transparent'}
	},
	wmode: 'transparent'
});

sIFR.replace(garamond, {
	selector: 'h2',
	css: {
		'.sIFR-root': {'color': '#ff9966','background-color': 'transparent'}
	},
	wmode: 'transparent'
});