var main = {
  src: base_url + 'flash/AgencyFB.swf'
};

sIFR.activate(main); 

sIFR.replace(main, {
  selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 24px; color: #0079bc; margin: 0; padding: 0;}' ,
      'em { font-style: normal; font-weight: bold;}',     
    ], wmode: 'transparent'
  });  

sIFR.replace(main, {
  selector: '#news h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 20px; color: #0079bc; margin: 0; padding: 0;}' ,
      'em { font-style: normal; font-weight: bold;}',     
    ], wmode: 'transparent'
  });  

sIFR.replace(main, {
  selector: '.quicklink h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 20px; color: #ffffff; margin: 0; padding: 0;}' ,
      'em { font-style: normal; font-weight: bold;}',     
    ], wmode: 'transparent'
  });           
  
sIFR.replace(main, {
  selector: '#sidebar.background h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 20px; color: #ffffff; margin: 0; padding: 0;}' ,
      'em { font-style: normal; font-weight: bold;}',     
    ], wmode: 'transparent'
  });  
  
sIFR.replace(main, {
  selector: '#sidebar h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 20px; color: #0079bc; margin: 0; padding: 0;}' ,
      'em { font-style: normal; font-weight: bold;}',     
    ], wmode: 'transparent'
  }); 
  
sIFR.replace(main, {
  selector: '#sidebarGallery h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 20px; color: #0079bc; margin: 0; padding: 0;}' ,
      'em { font-style: normal; font-weight: bold;}',     
    ], wmode: 'transparent'
  });     
  
  
  
 