var FSAlbert = {
	src: global_url + 'image/FSAlbert.swf',
	ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 28, 1.19, 30, 1.17, 36, 1.18, 45, 1.17, 50, 1.16, 51, 1.17, 67, 1.16, 72, 1.15, 73, 1.16, 1.15]
};

sIFR.activate(FSAlbert);

sIFR.replace(FSAlbert, {
	selector: '.brown', wmode: 'transparent', fitExactly: true,
	css: [
	'.sIFR-root{ font-size: 27px; color: #675f54; leading: 1;}',
	'a {text-decoration:none; color: #675f54; leading: 1;}',
	'a:hover {text-decoration:none; color: #675f54; leading: 1;}'
	]
});

sIFR.replace(FSAlbert, {
	selector: '.light', wmode: 'transparent', fitExactly: true,
	css: [
	'.sIFR-root{ font-size: 27px; color: #FFFFFF; leading: 1;}',
	'a {text-decoration:none; color: #FFFFFF; leading: 1;}',
	'a:hover {text-decoration:none; color: #FFFFFF; leading: 1;}'
	]
});

sIFR.replace(FSAlbert, {
	selector: '.headline h1', wmode: 'transparent', fitExactly: true,
	css: [
	'.sIFR-root{ font-size: 34px; color: #64cef3; leading: 1;}',
	'a {text-decoration:none; color: #64cef3; leading: 1;}',
	'a:hover {text-decoration:none; color: #00b1f4; leading: 1;}'
	]
});


sIFR.replace(FSAlbert, {
	selector: 'h1', wmode: 'transparent', fitExactly: true,
	css: [
	'.sIFR-root{ font-size: 27px; color: #64cef3; leading: 1;}',
	'a {text-decoration:none; color: #64cef3; leading: 1;}',
	'a:hover {text-decoration:none; color: #00b1f4; leading: 1;}'
	]
});

