var typeface = {
      src: '/flash/volkstuning.swf'
};
 
sIFR.activate(typeface);
 
sIFR.replace(typeface, {
      selector: '.caption',
      css: [
      '.sIFR-root { font-size:13px;  color:#000000; text-align:center; padding-top: 5px; font-weight:bold;background: transparent}'
      ],
      wmode: 'transparent'
});


sIFR.replace(typeface, {
      selector: '.premierlink span',
      css: [
      '.sIFR-root { font-size:15px; color:#000000; text-align:center;  font-weight:bold;background: transparent}'
      ],
      wmode: 'transparent',
});



sIFR.replace(typeface, {
      selector: '#nav a',
      css: [
      '.sIFR-root { font-size:15px;cursor:pointer; color:#000000; text-align:center;  font-weight:bold;background: transparent}'
      ],
      wmode: 'transparent',
});
