var b24 = {
  src: '/css/sifr/04b24.swf'
};




// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(b24);


sIFR.replace(b24, {
  selector: 'h1.sifr-maintitle'
  ,css: {
    '.sIFR-root': { 'font-size' : '50px', 'line-height' : '38px', 'color': '#000000', 'display': 'inline', 'background-color': '#F1CC1B'}
  }


});


sIFR.replace(b24, {
  selector: 'h3.sifr-title'
  ,css: {
    '.sIFR-root': { 'margin-top' : '-6px',  'font-size' : '14px', 'line-height' : '16px',  'color': '#000000', 'background-color': '#F1CC1B'}
	}


});




//sIFR.replace(b24, {
//  selector: 'h3.sifr-title'
//  ,css: {
//    '.sIFR-root': { 'font-size' : '24px', 'line-height' : '27px', 'color': '#000000'}
//}
  
//  ,filters: {
//    DropShadow: {
//      knockout: true
//      ,distance: 1
//      ,color: '#000000'
//      ,strength: 2
//    }
//  }