//var rockwell = {
//      src: 'wp-content/themes/littletrevarrack/sifr/flash/rockwell.swf'
//};
 
sIFR.activate(rockwell);
 
sIFR.replace(rockwell, {
      selector: 'div#main-column h1',
     css: [
        '.sIFR-root { color:#993300; font-size: 2.6em; background-color:#eeeeee; font-weight:bold; }',
        'a {color: #993300; text-decoration: none;}',
        'a:hover {color: #993300;}'
        ],
      wmode: 'transparent'
});

sIFR.activate(rockwell);
 
sIFR.replace(rockwell, {
      selector: 'div#main-column h2',
     css: [
        '.sIFR-root { color:#01539F; font-size: 2.2em; background-color:#eeeeee; font-weight:bold; }',
        'a {color: #01539F; text-decoration: none;}',
        'a:hover {color: #01539F;}'
        ],
      wmode: 'transparent'
});

sIFR.activate(rockwell);
 
sIFR.replace(rockwell, {
      selector: 'div#main-column h3',
     css: [
        '.sIFR-root { color:#993300; font-size: 1.8em; background-color:#eeeeee; font-weight:bold; }',
        'a {color: #993300; text-decoration: none;}',
        'a:hover {color: #993300;}'
        ],
      wmode: 'transparent'
});




