var arnopro = {
      src: 'http://www.sarkarplywood.com/arnopro.swf'
};

sIFR.activate(arnopro);

sIFR.replace(arnopro, {
      selector: 'h2.pageheading',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal;color:#D1BFAD;margin:0px;text-transform:uppercase;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
	   wmode: 'transparent'
});

sIFR.replace(arnopro, {
      selector: 'p.content'
      ,css: [
      '.sIFR-root { margin-top:0px; font-size:16px; font-weight:normal; text-align:left;  color:#D1BFAD; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});
sIFR.replace(arnopro, {
      selector: 'td.main'
      ,css: [
      '.sIFR-root { margin-top:0px; font-size:16px; font-weight:normal; text-align:left;  color:#D1BFAD; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(arnopro, {
      selector: 'h3.innerheading'
      ,css: [
      '.sIFR-root { margin-top:0px; font-size:20px; font-weight:normal; text-align:left; text-transform:uppercase; color:#D9A042; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});
sIFR.replace(arnopro, {
      selector:'span.heading'
      ,css: [
      '.sIFR-root { margin-top:0px; font-size:20px; font-size: 16px;color: #D99F41;	font-weight:bold;}'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});
