
var rotis_bold = {
  src: '/templates/velvet-coat/sifr/rotis-bold.swf', ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
};

sIFR.activate(rotis_bold);

sIFR.replace(rotis_bold, {
  selector: '#content h2', 
  wmode: 'transparent',
  css: [
      '.sIFR-root { color:#cc7311; font-weight: normal; text-transform: capitalize; text-align: right;}',
	  'a { color: #cc7311; text-decoration: underline; text-transform: capitalize;}',
	  'a:hover { color: #cc7311; text-decoration: none;}'
  ]
});

sIFR.replace(rotis_bold, {
  selector: '#sidebar h2', 
  wmode: 'transparent', 
  css: [
      '.sIFR-root { color:#2e2e2e; font-weight: normal;text-transform: capitalize;}',
	  'a { color: #2e2e2e; text-decoration: none; text-transform: capitalize;}',
	  'a:hover { color: #2e2e2e; }'
  ]
});

sIFR.replace(rotis_bold, {
  selector: '#content h2.banner', 
  wmode: 'transparent', 
  css: [
      '.sIFR-root { color:#cc7311; font-weight: normal; padding: 10px 10px 0 0; text-align: right;}'
  ]
});


sIFR.replace(rotis_bold, {
  selector: '#sidebar ul li', 
  wmode: 'transparent',
  tuneHeight: '7',
  offsetTop: '8',
  css: [
      '.sIFR-root { color:#2e2e2e; }',
	  'a { color: #2e2e2e; text-decoration: none; }',
	  'a:hover { color:#2e2e2e; }'
      
  ]

});

sIFR.replace(rotis_bold, {
  selector: '#nav-main ul li', 
  wmode: 'transparent',
  css: [ 
      '.sIFR-root { color:#cc7311; text-align: right}',
	  '.sIFR-root .span { color: #cc7311; }',
	  'a { color: #2e2e2e; text-decoration: none; text-align: right}',
	  'a:hover { text-decoration: underline; color: inherit; }'
  ]

});