
var kolo = {
	src: '../global/flash/kolo.swf'
	,wmode:'transparent'
};

sIFR.useStyleCheck = true;

sIFR.activate(kolo);

sIFR.replace(kolo, {
  selector: 'h1'
  ,css: [
	'.sIFR-root { text-align: center; font-weight: bold; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
  ]
});

sIFR.replace(kolo, {
  selector: 'h2'
  ,css: {
	'.sIFR-root': { 'color': '#b30838', 'margin': 0, 'padding': 0, 'background-color': '#ffffff' }
  }
});

sIFR.replace(kolo, {
  selector: 'h3'
  ,css: {
	'.sIFR-root': { 'color': '#b30838', 'margin': 0, 'padding': 0, 'background-color': '#e7e6d8', 'letter-spacing': 0.5 }
  }
  ,tuneHeight: -6
});

sIFR.replace(kolo, {
  selector: 'h4.selected'
  ,css: [
	'.sIFR-root { color: #b30838; background-color: #e7e6d8; letter-spacing: 0.5; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #b30838; }'
	,'a:hover { color: #b30838; }'
  ]
  ,tuneHeight: -6
});

sIFR.replace(kolo, {
  selector: 'h4'
  ,css: [
	'.sIFR-root { color: #b30838; background-color: #e7e6d8; letter-spacing: 0.5; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #b30838; }'
	,'a:hover { color: #b30838; }'
  ]
  ,tuneHeight: -6
});


sIFR.replace(kolo, {
  selector: 'h5.selected'
  ,css: [
	'.sIFR-root { color: #b30838; background-color: #e7e6d8; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #b30838; }'
	,'a:hover { color: #b30838; }'
  ]
  ,tuneHeight: -11
});

sIFR.replace(kolo, {
  selector: 'h5'
  ,css: [
	'.sIFR-root { color: #443320; background-color: #e7e6d8; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #443320; }'
	,'a:hover { color: #b30838; }'
  ]
  ,tuneHeight: -11
});

sIFR.replace(kolo, {
  selector: 'h6.selected'
  ,css: [
	'.sIFR-root { color: #b30838; background-color: #e7e6d8; letter-spacing: 0.5; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #b30838; }'
	,'a:hover { color: #b30838; }'
  ]
});

sIFR.replace(kolo, {
  selector: 'h6'
  ,css: [
	'.sIFR-root { color: #443320; background-color: #e7e6d8; letter-spacing: 0.5; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #443320; }'
	,'a:hover { color: #b30838; }'
  ]
});