var lucidabright = {
      src: 'http://www.dennisproperties.com.au/cms/websites/manorlakes_apr09/flash/lucidabright.swf'
};
 
sIFR.activate(lucidabright);
 
sIFR.replace(lucidabright, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:37px; font-weight:normal; color:#B8003F; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(lucidabright, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#B8003F;}'
      ],
      wmode: 'transparent', fixFocus: 'true'
});

sIFR.replace(lucidabright, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size:15px; font-weight:normal; color:#333333; }'
      ],
      wmode: 'transparent'
});


sIFR.replace(lucidabright, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size:17px; font-weight:normal; color:#B8003F; }',
      'h4 { font-family:Georgia, "Times New Roman", serif; 	font-size:17px; 	font-weight:normal; 	color:#104110; 	display:block; 	width:100%; 	padding-bottom:2px;}',
			'h4 a	{	text-decoration:none;	color:#B8003F;}',
			'h4 a:hover	{	text-decoration:underline;	color:#B8003F;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(lucidabright, {
      selector: '.test',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#B8003F; }',
      '.test { font-family:Georgia, "Times New Roman", serif; 	font-size:18px; 	font-weight:normal; 	color:#104110; 	display:block; 	width:100%; 	padding-bottom:2px;}',
			'.test a	{	text-decoration:none;	color:#B8003F;}',
			'.test a:hover	{	text-decoration:underline;	color:#B8003F;}'
      ],
      wmode: 'transparent'
});




sIFR.replace(lucidabright, {
      selector: 'h6',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#FFFFFF; display:block; }'
      ],
      wmode: 'transparent'
});
