var etelka= { src: '/etc/designs/sites/partypokercom/images/etelka_'+siteConfig.lang+'.swf' };
var etelkalight = { src: '/etc/designs/sites/partypokercom/images/etelka_light_'+siteConfig.lang+'.swf' };
sIFR.activate(etelka);
sIFR.activate(etelkalight);

sIFR.replace(etelka, {
  selector: '#homeBottom h2',
  css: '.sIFR-root { color: #333333; font-size:20px; text-decoration:none;} .sIFR-root a { color: #333333; font-size:20px; text-decoration:none;} .sIFR-root a:hover { color: #333333; font-size:20px; text-decoration:none;}',
  wmode: 'transparent',
  transparent: 'true'
});


sIFR.replace(etelkalight, {
  selector: '#main #homeHeader h1',
  css: '.sIFR-root { color: #ffffff; font-size:27px; }',
  wmode: 'transparent',
  transparent: 'true'
});

sIFR.replace(etelka, {
  selector: '#main h1',
  css: '.sIFR-root { color: #333333; font-size:32px; }',
  wmode: 'transparent',
  transparent: 'true'
});
 
