    var rotis = { src: 'sifr/sifr.swf' };
	var css_ = {
        '.sIFR-root': { 'color': '#000000', 'font-size': '20px' },
        'a': { 'text-decoration': 'none' },
		'a:link': { 'color': '#0000000' },
		'a:hover': { 'color': '#000000' }
      };
 

    // 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, {
      wmode: 'transparent',
      selector: 'h1',
      css: css_
    });

    sIFR.replace(rotis, {
      wmode: 'transparent',
      selector: 'h2',
      css: css_
    });

    sIFR.replace(rotis, {
      wmode: 'transparent',
      selector: 'h3',
      css: css_
    });
    
     sIFR.replace(rotis, {
      wmode: 'transparent',
      forceSingleLine: true,
      selector: '.vacaturebox span'
      ,css: {
        '.sIFR-root': { 'color': '#ffffff', 'font-size': '20px', 'line-height': '20px' },
        'a': { 'text-decoration': 'none', 'color': '#ffffff'},
		'a:link': { 'color': '#ffffff' },
		'a:hover': { 'color': '#ffffff' }
      }
    });
    
    
    
    
