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

sIFR.activate(typenoksidi);

sIFR.replace(typenoksidi, {
  selector: '.button',
  css: [
      '.sIFR-root { text-align: center; color:#ffffff; font-size:15px; margin-right:20px; line-height:1em; text-transform: lowercase; }'
      ,'a { text-decoration: none; margin-right:20px; }'
      ,'a:link { color: #80afe4; }'
      ,'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:15px; margin-right:20px; line-height:1em;text-transform: lowercase; }'
      ,'a { text-decoration: none; margin-right:20px; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ],
  forceSingleLine: true,
  wmode: 'transparent'

});

