var giovanni = { src: '/flash/giovanni.swf' };
var univers = { src: '/flash/univers_cond.swf' };

sIFR.activate(giovanni);
sIFR.activate(univers);

sIFR.replace(giovanni,{ 
	wmode: 'transparent',
	selector: 'h1',
	css: ['.sIFR-root {color:#4f504c;}'],
	selectable: false
});

sIFR.replace(univers,{ 
	wmode: 'transparent',
	selector: 'h2',
	css: ['.sIFR-root {color:#adaea5;}'],
	selectable: false
});

sIFR.replace(univers,{ 
	wmode: 'transparent',
	selector: 'h3',
	css: ['.sIFR-root {color:#4f504c;}'],
	selectable: false
});

sIFR.replace(univers,{ 
	wmode: 'transparent',
	selector: 'h4',
	css: ['.sIFR-root {color:#43443f;}'],
	selectable: false
});

sIFR.replace(giovanni,{ 
	wmode: 'transparent',
	selector: 'h5',
	css: ['.sIFR-root {color:#4f504c; text-transform:uppercase;}'],
	selectable: false
});

sIFR.replace(giovanni,{ 
	wmode: 'transparent',
	selector: 'h6',
	css: ['.sIFR-root {color:#ffffff; text-transform:uppercase;}'
	      , 'a { color:#FFFFFF; text-decoration:none;}'
	      , 'a:hover { color:#FFFFFF; text-decoration:none;}'],
	selectable: false
});

sIFR.replace(giovanni,{ 
	wmode: 'transparent',
	selector: '.whiteHL',
	css: ['.sIFR-root {color:#ffffff; text-transform:uppercase;}'],
	selectable: false
});

sIFR.replace(giovanni,{ 
	wmode: 'transparent',
	selector: '.greyHL',
	css: ['.sIFR-root {color:#4f504c; text-transform:uppercase;}'],
	selectable: false
});

sIFR.replace(univers,{ 
	wmode: 'transparent',
	selector: '.createAccount',
	css: ['.sIFR-root {color:#ffffff; text-transform:uppercase;}'],
	selectable: false
});

sIFR.replace(giovanni,{ 
	wmode: 'transparent',
	selector: '.topHeaderRed',
	css: ['.sIFR-root {color:#e31816;}'],
	selectable: false
});

sIFR.replace(giovanni,{ 
	wmode: 'transparent',
	selector: '.topHeaderGrey',
	css: ['.sIFR-root {color:#54554f; text-transform:uppercase;}'],
	selectable: false
});