var chalet = { src: 'styles/chalet.swf' };
sIFR.activate(chalet);

sIFR.replace(chalet, {
  wmode:    'transparent',
  selector: '.light',
  css: ['.sIFR-root { color: #e41815; text-transform: uppercase;}',
		'.orange {color: #e76700}'	 ]
});

var herceptin = { src: 'styles/herceptin.swf' };
sIFR.activate(herceptin);

sIFR.replace(herceptin, {
	wmode:    'transparent',
	selector: '.listitem',
	css: [ 'a { color: #e41815; background-color: transparent; cursor: pointer; text-decoration: none; text-align: center;}',
		   'a:hover{ color: #e76700;}',
	],
});

sIFR.replace(herceptin, {
	wmode:    'transparent',
	selector: '.notice',
	css: [ '.sIFR-root { color: #e41815; background-color: transparent; font-size: 14px;}',
		   '.16pxgray {color: #5a5a5a; background-color: transparent; font-size: 16px;}}',
	],
});

