 var lucidia = {
	src: '/swf/lucidia.swf'
  };
  
			
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(lucidia);
    
  sIFR.replace(lucidia, {
   selector: 'h2'
    ,css: [
      '.sIFR-root { color: #262f4b; text-transform: uppercase; font-weight: bold;}'
	
    ]
	, wmode: 'transparent'
  });
  
    sIFR.replace(lucidia, {
   selector: 'dt.gallery-title'
    ,css: [
      '.sIFR-root { color: #262f4b; text-align: center; font-weight: bold;}'
	  ,'a { text-decoration: none; color: #262f4b; }'
	  ,'a:hover { text-decoration: underline; color:#63912f; }'
	
    ]
	, wmode: 'transparent'
  });
	
