var header = {
	src: '/assets/templates/galileo/flash/arno-reg.swf'
};

var txt = {
	src: '/assets/templates/galileo/flash/gs-normal.swf'
};

var biTxt = {
	src: '/assets/templates/galileo/flash/gs-bi.swf'
};

sIFR.activate(header);


sIFR.activate(txt);

//sIFR.activate(biTxt);


sIFR.replace(header, {
	selector: '#home h2',
	css: [ '.sIFR-root {color: #ffffff; font-weight: bold;}' ],
	wmode: 'transparent'

});

sIFR.replace(header, {
	selector: 'h2',
	css: [ '.sIFR-root {color: #330000; font-size: 19px;}' ],
	wmode: 'transparent'

});

sIFR.replace(header, {
	selector: 'h3',
	css: [ '.sIFR-root {color: #330000; font-size: 17px;}' ],
	wmode: 'transparent'

});

sIFR.replace(header, {
	selector: 'h4',
	css: [ '.sIFR-root {color: #330000; font-size: 15px;}' ],
	wmode: 'transparent'

});

sIFR.replace(txt, {
	selector: '#home p, #page4 p, address',
	css: [ '.sIFR-root {color: #ffffff; font-size: 13px;}' ],
	wmode: 'transparent'
});
/*
sIFR.replace(txt, {
	selector: 'button',
	css: [ '.sIFR-root {font-size: 13px; color: #330000;}' ],
	wmode: 'transparent'
});
*/
sIFR.replace(txt, {
	selector: '.colR2 .info p, .colR .info p',
	css: [
		'.sIFR-root {font-size: 13px; color: #ffffff;}',
		'a {text-decoration: none;}',
		'a:link {color: #ffffff;}',
		'a:visited {color: #ffffff;}',
		'a:hover {text-decoration: underline;}',
		'a:active {text-decoration: underline;}',
	],
	wmode: 'transparent',
	tuneHeight: '5',
	forceWidth: 'true',
	forceSingleLine: 'false'
});
 


sIFR.replace(txt, {
	selector: '.col3 p, .col3 p.last',
	css: [ 
		'.sIFR-root {color: #ffffff; font-size: 11px; font-weight: bold;}',
	],
	wmode: 'transparent'
});


sIFR.replace(txt, {
	selector: '#footer ul li',
	css: [
		'.sIFR-root {font-size: 11px; color: #370e0e;}',
		'a {text-decoration: none;}',
		'a:link {color: #370e0e;}',
		'a:visited {color: #370e0e;}',
		'a:hover {color: #2b3b53;}',
		 ],
	wmode: 'transparent'
});


