

var gravura = { src: 'http://localhost:8888/electrolight/swf/gravura_condensed_light.swf' };
//var gravura = { src: 'http://www.nicedevice.com.au/client/round/electrolight/swf/gravura_condensed_light.swf' };
//var gravura = { src: 'http://www.electrolight.com.au/swf/gravura_condensed_light.swf' };

sIFR.activate(gravura);
 

/*
sIFR.replace(gravura, {
      selector: 'h1',
	  css: [
	      '.sIFR-root { font-size:37px; font-weight:normal; color:#ffffff; leading:-2;  background-color:#000000; display:inline;}'
	      ],
      
});
*/

sIFR.replace(gravura, {
      selector: 'h2',
	  css: [
	      '.sIFR-root { font-size:37px; font-weight:normal; color:#cccccc; leading:-2; }'
	      ],
      wmode: 'transparent'
});

sIFR.replace(gravura, {
      selector: 'h4',
	  css: [
	      '.sIFR-root { font-size:22px; font-weight:normal; color:#cccccc; leading:-2; margin:0; }'
	      ],
      wmode: 'transparent'
});
sIFR.replace(gravura, {
      selector: 'h5',
	  css: [
	      '.sIFR-root { font-size:15px; font-weight:normal; color:#cccccc; leading:-2; margin:0; }'
	      ],
      wmode: 'transparent'
});

sIFR.replace(gravura, {
      selector: '#text_home p',
	  css: [
	      '.sIFR-root { font-size:17px; font-weight:normal; color:#cccccc; leading:5; }'
	      ],
      wmode: 'transparent'
});



sIFR.replace(gravura, {
      selector: '.overlay',
	tuneWidth:14,
	  fitExactly: true,
	  css: [
	      '.sIFR-root { font-size:37px; font-weight:normal; color:#ffffff;  background-color:#000000; margin-left:7; opacity:.8;  }'
	      ] 
	//wmode: 'transparent'
});

sIFR.replace(gravura, {
      selector: '.overlay_green',
	tuneWidth:14,
	  fitExactly: true,
	  css: [
	      '.sIFR-root { font-size:37px; font-weight:normal; color:#00FF00;  background-color:#000000; margin-left:7; opacity:.8; }'
	      ]
	 //wmode: 'transparent'
});

/*sIFR.replace(gravura, {
      selector: '.news_green',
	tuneWidth:14,
	  fitExactly: true,
	  css: [
	      '.sIFR-root { font-size:37px; font-weight:normal; color:#00FF00;   opacity:.8; }'
	      ]
	 wmode: 'transparent'
});
*/

