var bell = {
	src: '/workspace/swf/bellevue.swf'
}

//sIFR.prefetch(bell);
//sIFR.forceWidth();

sIFR.prefetch(bell);
sIFR.forceClear = true;
sIFR.fixWrap = true;
sIFR.useDomLoaded = true;
sIFR.useStyleCheck = true;
sIFR.forceWidth = true;
sIFR.repaintOnResize = false;
sIFR.activate(bell);

sIFR.replace(bell,{
	selector: '#heading',
	wmode: 'transparent',
	css: [ '.sIFR-root { color: #edac36; font-size: 36px; text-align: center; }', ],
	preventWrap: true
})

sIFR.replace(bell,{
	selector: '.tout_title',
	wmode: 'transparent',
	css: [ '.sIFR-root { color: #edac36; font-size: 24px; text-align: left; }', ]
})
//	ratios: [8,1.3,11,1.22,12,1.2,18,1.19,23,1.15,25,1.14,28,1.13,39,1.12,61,1.11,94,1.1,95,1.09,103,1.1,107,1.09,110,1.1,119,1.09,120,1.1,1.09],

//sIFR.debug.ratios( { src: '/workspace/swf/bellevue.swf' ,selector: 'h2'});
sIFR.replace(bell,{
	selector: '.right_tout_title',
	wmode: 'transparent',
	css: [ '.sIFR-root { color: #edac36; font-size: 24px; text-align: center; }', ]
})
sIFR.replace(bell,{
	selector: '.partners_title',
	wmode: 'transparent',
	css: [ '.sIFR-root { color: #edac36; font-size: 24px; text-align: left; }', ]
})
sIFR.replace(bell,{
	selector: '#actual_quote',
	wmode: 'transparent',
	css: [ '.sIFR-root { color: #edac36; font-size: 30px; text-align: left; }', ] 
})

