var fs_albert_alt = {
  src: 'flash/fs_albert_alt.swf'
};

sIFR.activate(fs_albert_alt);

sIFR.replace(fs_albert_alt, {
	selector: 'h2.large_red',
	wmode: 'transparent',
	css: {
		'.sIFR-root' : { 'color': '#ee3535', 'leading': -3 }
		,'a': { 'text-decoration': 'none' }
		,'a:link': { 'color': '#113868' }
		,'a:hover': { 'color': '#e18a07' }
	}
});



sIFR.replace(fs_albert_alt, {
	selector: '#home_page_sections h3',
	wmode: 'transparent',
	css: {
		'.sIFR-root' : { 'color': '#ffffff', 'leading': -3 }
		,'a': { 'text-decoration': 'none' }
		,'a:link': { 'color': '#113868' }
		,'a:hover': { 'color': '#e18a07' }
	}
});


