var klavica_light = {
  src: 'klavica_light.swf'
};

sIFR.prefetch(klavica_light);
sIFR.activate();

sIFR.replace(klavica_light, {
	selector: 'h1, h2',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-weight: normal; color: #ffffff; }'
	]
});

sIFR.replace(klavica_light, {
	selector: 'h3',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-weight: normal; color: #ffffff; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #ffffff; }'
	  ,'a:hover { color: #ffad21; }'
	]
});

sIFR.replace(klavica_light, {
	selector: 'h4',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-weight: bold; color: #ffad21; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #ffad21; }'
	  ,'a:hover { color: #ffffff; }'
	]
});

sIFR.replace(klavica_light, {
	selector: 'h5',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-weight: bold; color: #000000; }'
	]
});

sIFR.replace(klavica_light, {
	selector: 'h6',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-weight: bold; color: #ffad21; }'
	]
});

