var rockwell = { src: '/rockwell.swf' };
sIFR.activate(rockwell);
	  sIFR.replace(rockwell, {
      selector: 'h1'
      ,css: ['.sIFR-root { color:#333333; font-size:32px; }']
	  ,wmode: 'transparent'
	  ,offsetTop:   '-7'
    });
      sIFR.replace(rockwell, {
      selector: 'h2'
      ,css: ['.sIFR-root { color:#333333; font-size:23px; }']
	  ,wmode: 'transparent'
	  ,offsetTop: '-7'
    });
      sIFR.replace(rockwell, {
      selector: 'h3'
      ,css: ['.sIFR-root { color:#333333; font-size:23px; }']
	  ,wmode: 'transparent'
    });
      sIFR.replace(rockwell, {
      selector: 'h6'
      ,css: ['.sIFR-root { color:#333333; font-size:21px; }']
	  ,wmode: 'transparent'
    });
    
      sIFR.replace(rockwell, {
      selector: '.PromotionBoxTitle'
      ,css: ['.sIFR-root { color:#333333; font-size:16px; }']
	  ,wmode: 'transparent'
    });

      sIFR.replace(rockwell, {
      selector: '.LeftMenuHead SPAN'
      ,css: ['.sIFR-root { color:#ffffff; font-size:14px; }']
	  ,wmode: 'transparent'
    });
    
          sIFR.replace(rockwell, {
      selector: '.FooterLinks SPAN'
      ,css: ['.sIFR-root { color:#333333; font-size:16px; }']
	  ,wmode: 'transparent'
    });
    
          sIFR.replace(rockwell, {
      selector: '.PromotionBoxHeadStd, .PromotionBoxHeadEco, .PromotionBoxHeadNew, .PromotionBoxHeadBio, .PromotionBoxHeadValue'
,css:[
'.sIFR-root {color:#333333;font-size:14px;text-align:center;}',
'a {text-decoration:none;font-size:14px;text-align:center;}'
,'a:link {color:#333333;}'
,'a:hover {color:#97C93F;}']	  ,wmode: 'transparent'
	  	  ,offsetTop: '10'
	  	  ,tuneHeight:'10'

    });


