
var root_path = "http://www.kiwilimon.com/";
var eurofurence = { src: root_path+'swf/eurofurence.swf' };


//activate sIFR:
sIFR.activate(eurofurence);



//Menú principal
sIFR.replace(eurofurence, {
  selector: 'div#menu ul li',
  css: ['a{ color: #402007; text-decoration:none;  letter-spacing: 1;}',
		'a:hover{ color:#808500; }'],
  wmode: 'transparent',
  forceSingleLine: true,
  forceWidth: true,
  bHideBrowserText: true
});

//Menú Footer
sIFR.replace(eurofurence, {
  selector: 'div#menu-footer ul li',
  css: ['a{ color: #b9b72e; text-decoration:none; letter-spacing: 1 }',
  		'a:hover{ color:#402007; }'],
  wmode: 'transparent',
  forceSingleLine: true,
  forceWidth: true
});


//Menú Home
sIFR.replace(eurofurence, {
  selector: 'h2.banner-home',
  css: '.sIFR-root { color: #ffffff; font-size:20px; letter-spacing: 1  } ',
  wmode: 'transparent',
  forceSingleLine: true,
  forceWidth: true
});
//Menú Categrías
sIFR.replace(eurofurence, {
  selector: 'h2',
  css: '.sIFR-root { color: #ffffff; font-size:15px; letter-spacing: 1  } ',
  wmode: 'transparent',
  forceSingleLine: true,
  forceWidth: true
});
//Banners
sIFR.replace(eurofurence, {
  selector: 'h4',
  css: '.sIFR-root { color: #000000; font-size:17px; letter-spacing: 1  } ',
  wmode: 'transparent',
  forceSingleLine: true,
  forceWidth: true
});