var kabel = { src: '/templates/bubble/sifr/kabel.swf' };
// sIFR.useStyleCheck = true;
sIFR.activate(kabel);
sIFR.FitExactly = true;

sIFR.replace(
kabel, {
  selector: 'h1'
  ,css: {
        '.sIFR-root': { 'color': '#BFD62E', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
        }
  }
);
sIFR.replace(
kabel, {
  selector: '.bigbutton'
  ,css: [
        '.sIFR-root {  letter-spacing:-1.5;text-transform:capitalize; }'
        ,'a { cursor:pointer;text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #FF0000; }'
   ]
    ,'wmode':'transparent'
  }
);




