var typenoksidi = {
  src: '/templates/6-temp/sifr/flash/james.swf'
};

sIFR.activate(typenoksidi);

sIFR.replace(typenoksidi, {
  selector: '.button',
  css: [
      '.sIFR-root { text-align: center; color:#ffffff; font-size:33px; margin-right:10px; line-height: 1em; }'
      ,'a { text-decoration: none; margin-right:10px; }'
      ,'a:link { color: #cd5a00; }'
      ,'a:hover { color: #ffffff; }'
    ],
    wmode: 'transparent',
  forceSingleLine: true,
  thickness: 1
});

sIFR.replace(typenoksidi, {
  selector: '.buttonActive',
  css: [
      '.sIFR-root { text-align: center; color:#ffffff; font-size:33px; margin-right:10px; line-height: 1em; }'
      ,'a { text-decoration: none; margin-right:10px; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ],
  forceSingleLine: true,
  wmode: 'transparent'

});
