  var rotis = {
    src: '/Static/flash/rotis.swf'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(rotis);


sIFR.replace(rotis, {
selector: '.item span', wmode: 'transparent'
,css: [
'.sIFR-root {text-align: right; font-weight: normal; color:#2d98aa; font-size:13px; leading: 2px; color: #eeeeee; letter-spacing:0.4; margin:0;}'
,'a:link { color: #eeeeee; text-decoration:none; background-color:#868D8B; padding-right:11px;}'
,'a:hover { color: #cccccc; margin:3px 11px 0 6px;}'
]
});

sIFR.replace(rotis, {
selector: 'h1', wmode: 'transparent'
,css: [
'.sIFR-root {background-color:#4B375A; font-size:25px; color:#ffffff;}'
]
});

sIFR.replace(rotis, {
selector: '.category-sub', wmode: 'transparent'
,css: [
'.sIFR-root {background-color:#4B375A; font-size:16px; color:#aaaaaa; font-weight: normal; letter-spacing:0.5;}'
,'a:link {color: #bbbbbb; text-decoration:none;}'
,'a:hover {color: #bbbbbb; text-decoration:none;}'
] 
,filters: {
      DropShadow: {
        knockout: false
        ,distance: 0
        ,color: '#aaaaaa'
        ,strength: 1.2
		  ,blurX: 1.4
        ,blurY: 1.4

      }
    }
});