var kepler = {
  src: '/2008/sifr/keplerv2.swf'
};

sIFR.activate(kepler);




sIFR.replace(kepler, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { size: 12px; font-weight: bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'
    ]
    , wmode: 'transparent'

});



sIFR.replace(kepler, {
    selector: '#shortcut-header'
    ,css: [
      '.sIFR-root { size: 12px; font-weight: bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'
    ]
    , wmode: 'transparent'

});

sIFR.replace(kepler, {
    selector: '#my-shortcuts'
    ,css: [
      '.sIFR-root { size: 12px; font-weight: bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'
    ]
    , wmode: 'transparent'

});

sIFR.replace(kepler, {
    selector: '#page-title'
    ,css: [
      '.sIFR-root { size: 12px; font-weight: bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'
    ]
    , wmode: 'transparent'
	,tuneHeight:-6

});



sIFR.replace(kepler, {
    selector: 'h1,h2,h3,h5,h6,h7'
    ,css: [
      '.sIFR-root { size: 12px; font-weight: bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'

    ]
    , wmode: 'transparent'
	,tuneHeight:-6

});

sIFR.replace(kepler, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { size: 12px; font-weight: bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'

    ]
    , wmode: 'transparent'
	,tuneHeight:-6

});
