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

sIFR.activate(helvetica); // From revision 209 and onwards

sIFR.replace(helvetica, {
  selector: '#nyheter #content .news_page .intro h3.subtitle', ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 61, 1.19, 66, 1.18, 67, 1.19, 102, 1.18, 103, 1.17, 108, 1.18, 109, 1.17, 113, 1.18, 115, 1.17, 117, 1.18, 121, 1.17, 122, 1.18, 1.17],
  css: '.sIFR-root { color: #000000; font-size:14px; }',
  wmode: 'transparent',
});




//sIFR.replace(helvetica, {
//  selector: '#nyheter #content .news_page .intro h3.subtitle',
//  css: '.sIFR-root { color: #d50000; font-size:18px; }',
//  wmode: 'transparent'
//});

sIFR.replace(helvetica, {
  selector: '#lediga-tjanster #content .news_page .intro h3.subtitle',
  css: '.sIFR-root { color: #d50000; font-size:18px; }',
  wmode: 'transparent'
});


sIFR.replace(helvetica, {
  selector: '#content .intro h3.subtitle',
  css: '.sIFR-root { color: #d50000; font-size:27px; }',
  wmode: 'transparent'
});



sIFR.replace(helvetica, {
  selector: '#side_nav h2',
  css: '.sIFR-root { color: #ffffff; font-size:14px; }',
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: '.entry h3',
  css: [ 
	'a {text-decoration: none;}' 
	,'a:link {color: #d50000;}'
	,'a:visited {color: #d50000;}'
	,'a:hover {color: #000000;}'
  ],
  wmode: 'transparent'
  
  ,filters: { 
    DropShadow: {
      knockout: false
      , distance: 1
      , color: 0xe7e7e7
      ,strength: 2
    }
  }
});