var avantgpl = { src: 'public/flash/avantgpl.swf' };

// sIFR.useStyleCheck = true;

sIFR.activate(avantgpl);

// The first argument you see here is `selector`, which is a normal CSS selector.
// That means you can also do things like '#content h1' or 'h1.title'.
//
// The second argument determines what the Flash text looks like. The main text
// is styled via the `.sIFR-root` class. Here we've specified `background-color`
// of the entire Flash movie to be a light grey, and the `color` of the text to
// be red. Read more about styling at <http://wiki.novemberborn.net/sifr3/Styling>.
sIFR.replace(avantgpl, {
    selector: '.h1',
    css: '.sIFR-root { background-color:none; color: #CCCCCC; }'
});
/*
sIFR.replace(avantgpl, {
    selector: '.mnusifr',
    css: ['.sIFR-root { background-color:none; color: #CCCCCC; }', 'a { text-decoration: none; }', 'a:link { color: #CCCCCC; }', 'a:hover { text-decoration: underline; color: #CCCCCC; }']
});
*/
