var bold = { src: base_url + 'flash/gotham-bold.swf' }; var book = { src: base_url + 'flash/gotham-book.swf' }; sIFR.activate(bold, book); sIFR.replace(book, { selector: 'h1' ,css: [ '.sIFR-root { text-align: left; font-size: 24px; font-weight: normal; color: #000000; margin: 0; padding: 0;}' , 'em { font-style: normal; font-weight: bold;}', ], wmode: 'transparent' }); sIFR.replace(book, { selector: '#menus .menu-table h2' ,css: [ '.sIFR-root { width: 300px; text-align: left; font-size: 17px; font-weight: normal; color: #b6d902; margin: 0; padding: 0;}' , 'em { font-style: normal; font-weight: bold;}', ], wmode: 'transparent' }); sIFR.replace(book, { selector: 'h2' ,css: [ '.sIFR-root { text-align: left; font-size: 17px; font-weight: normal; color: #000000; margin: 0; padding: 0;}' , 'em { font-style: normal; font-weight: bold;}', ], wmode: 'transparent' }); sIFR.replace(bold, { selector: '#nav li' ,css: [ '.sIFR-root { text-align: left; font-size: 15px; color: #ffffff;}' , 'em {color: #a7d102; font-style: normal}', 'a {text-decoration: none; color: #ffffff}', 'a:hover {color: #a7d102}', ], wmode: 'transparent' });