var museo300 = {
	src: '/swf/museo300.swf'
};

var museo500 = {
	src: '/swf/museo500.swf'
};

var museo700 = {
	src: '/swf/museo700.swf'
};

var frutiger = {
	src: '/swf/frutiger.swf'
};

/* ------------------------------------------------------------------------------------------------------ Museo 300 */

sIFR.useStyleCheck = true;
sIFR.activate(museo300);



sIFR.replace(museo300, {
	selector: 'h1.currenttitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #ffffff; font-size: 22px; height: 22px; z-index:1; }'
	]
});

sIFR.replace(museo300, {
	selector: 'h2.pageteaser'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #ffffff; font-size: 18px; height: 18px;z-index:1;}'
	]
});





/* ---------------------------------------------------------------------------------------------------------- Museo 500 */

sIFR.useStyleCheck = true;
sIFR.activate(museo500);

sIFR.replace(museo500, {
	selector: 'h2.fullnewstitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #71a82a; font-size: 27px; height: 27px; z-index:1; }'
	]
});



/* --------------------------------------------------------------------------------------------------------------- Museo 700 */


sIFR.useStyleCheck = true;
sIFR.activate(museo700);

		



sIFR.replace(museo700, {
	selector: '#banner p.productspeal'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: bold; color: #ffffff; font-size: 11px; height: 11px; z-index:1; }'
	]
});


/* ---------------------------------------------------------------------------------------------------------- Frutiger */

sIFR.useStyleCheck = true;
sIFR.activate(frutiger);

sIFR.replace(frutiger, {
	selector: 'h1.parenttitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #afd09a; font-size: 14px; height: 14px; z-index:1;  }'
	]
});

sIFR.replace(frutiger, {
	selector: 'h3.tagline'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #ffffff; font-size: 14px; height: 14px;z-index:1;font-style:italic; margin:0; padding:0;}'
	]
});




