var museo = { src: 'http://www.ultravioletdesign.co.uk/assets/swf/museo.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(museo);

sIFR.replace(museo,{
	selector:'h1',
	wmode:'transparent',
	css:['.sIFR-root { background-color: transparent; color: #FFF9DC; }',
	'.sIFR-root a { color: #FFF9DC; text-decoration: none; }',
	'.sIFR-root a:hover { color: #ffffff; text-decoration: none; }',
	'.sIFR-root a:visited { color: #ffffff; text-decoration: none; }']
});

sIFR.replace(museo,{
	selector:'h2',
	wmode:'transparent',
	css:['.sIFR-root { background-color: transparent; color: #FFF9DC; }',
	'.sIFR-root a { color: #FFF9DC; text-decoration: none; }',
	'.sIFR-root a:hover { color: #ffffff; text-decoration: none; }',
	'.sIFR-root a:visited { color: #ffffff; text-decoration: none; }']
});


