/*var obi = {
	src: '../stylesheets/sIFr/ObiCEOP-Bold.swf'
};
*/

sIFR.activate( obi );

$(document).ready(function(){
	sIFR.replace(obi, {
		selector: '.sifr',
		wmode: 'transparent',
		fixFocus: true,
		offsetTop: 4,
		tuneHeight:-1,
		css: ['.sIFR-root{ text-align: left; color: #333333; font-size:23;}']
	});
	
	sIFR.replace(obi, {
		selector: '.sifrHome',
		wmode: 'transparent',
		fixFocus: true,
		offsetTop: -3,
		tuneHeight:-7,
		css: ['.sIFR-root{ text-align: left; color: #333333; font-size:23;}']
	});

	sIFR.replace(obi, {
		selector: '.sifrSmall',
		wmode: 'transparent',
		fixFocus: true,
		css: ['.sIFR-root{ text-align: left; color: #333333; font-size:16;}']
	});
	
	sIFR.replace(obi, {
		selector: '.sifrTab_0',
		wmode: 'transparent',
		fixFocus: true,
		css: ['.sIFR-root{ text-align: center; color: #333333; font-size:18;cursor: pointer;}']
	});

	sIFR.replace(obi, {
		selector: '.sifrTab_1',
		wmode: 'transparent',
		fixFocus: true,
		css: ['.sIFR-root{ text-align: center; color: #ff7e21; font-size:18;cursor: pointer;}']
	});
});

