var optima = { src: 'flash/optima.swf' }; sIFR.useStyleCheck = true; sIFR.activate(optima); sIFR.replace(optima, { selector: '#header h1' ,wmode: 'transparent' ,css: { '.sIFR-root': { 'font-weight': 'normal', 'color': '#636466', 'font-size': '40px', 'text-align': 'right' } } }); sIFR.replace(optima, { selector: '#header p' ,css: [ '.sIFR-root { font-weight: normal; font-size: 15px; color: #e6017d; text-align: right }' ,'a { text-decoration: none; color: #e6017d; }' ,'a:link { color: #e6017d; }' ,'a:hover { color: #e6017d; }' ,'strong { color: #636466; font-weight: normal }' ] ,wmode: 'transparent' }); sIFR.replace(optima, { selector: '.title h2' ,css: [ '.sIFR-root { font-weight: normal; font-size: 16px; color: #636466; text-align: left }' ,'a { text-decoration: none; color: #636466; }' ,'a:link { color: #636466; }' ,'a:hover { color: #e6017d; }' ] ,wmode: 'transparent' });