
 var light = {
  src: '/sifr/flash/light.swf'
};


sIFR.activate(light);



sIFR.replace(light, {
  selector: 'h1, h2, h3'
  ,css: [
    '.sIFR-root {color:#FFFFFF; text-transform:uppercase;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #E01076; }'
    ,'a:hover { color: #E79FA7; }'
  ]
,filters: {
        DropShadow: {
           distance: 1
          ,color: '#333333'
          ,strength: 2
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      }
  ,wmode:'transparent'
});

sIFR.replace(light, {
  selector: '#home_intro_panel'
  ,css: [
    '.sIFR-root {color:#FFFFFF; text-transform:uppercase; leading:2}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #E01076; }'
    ,'a:hover { color: #E79FA7; }'
  ]
,filters: {
        DropShadow: {
           distance: 1
          ,color: '#333333'
          ,strength: 2
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      }
  ,wmode:'transparent'
});

sIFR.replace(light, {
  selector: '.view-model-stats .view-header'
  ,css: [
    '.sIFR-root {color:#222222; text-transform:uppercase; font-size:24px;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #E01076; }'
    ,'a:hover { color: #E79FA7; }'
  ]
  ,wmode:'transparent'
});

