var din = {
  src:'http://www.3deology.be/wp-content/themes/3deology/sifr/din.swf'
};

sIFR.activate(din);

sIFR.replace(din, {
	selector: "h1",
	wmode: 'transparent',
	fitExactly: true,
	css: [
      '.sIFR-root { color: #000000; background-color: transparant;  }'
      ,'a { text-decoration: none;  }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
})




sIFR.replace(din, {
	selector: "h2",
	wmode: 'transparent',
	fitExactly: true,
	css: [
      '.sIFR-root { color: #FF0000; background-color: transparant; text-transform: uppercase; }'
      ,'a { text-decoration: none; text-transform: uppercase; }'
      ,'a:link { color: #FF0000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
})


sIFR.replace(din, {
	selector: "h2 .white",
	wmode: 'transparent',
	fitExactly: true,
	css: {		
		'.sIFR-root': {'color': '#FFFFFF', 'background-color': 'transparent', 'text-transform': 'uppercase'}
	}
})




sIFR.replace(din, {
	selector: "h3",
	wmode: 'transparent',
	fitExactly: true,
	css: {	
		'.sIFR-root': {'color': '#FFFFFF', 'background-color': 'transparent', 'text-transform': 'uppercase'}
	
		
	}
})


sIFR.replace(din, {
	selector: "h4",
	wmode: 'transparent',
	fitExactly: true,
	css: [
      '.sIFR-root { color: #000000; background-color: transparant; }'
      ,'a { text-decoration: none;  }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
})


sIFR.replace(din, {
	selector: ".nleft",
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #828282; background-color: transparant; text-transform: uppercase; }'
      ,'a { text-decoration: none;  }'
      ,'a:link { color: #828282; }'
      ,'a:hover { color: #000000; }'
    ]
})


sIFR.replace(din, {
	selector: ".nright",
	wmode: 'transparent',
	css: [
      '.sIFR-root { color: #828282; background-color: transparant; text-transform: uppercase; }'
      ,'a { text-decoration: none;  }'
      ,'a:link { color: #828282; }'
      ,'a:hover { color: #000000; }'
    ]
})

