  //sIFR.isActive(true);
  
  var adihaus = {
    src: '/swf/sifr_fonts/adihaus_regular.swf'
        
  };

   

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  //sssIFR.repaintOnResize = true;

  sIFR.activate(adihaus);


  sIFR.replace(adihaus, {
    selector: 'h1.home'
    ,css: {
        '.sIFR-root': { 'color': '#529618', 'text-transform': 'none' }
    }
    ,wmode: 'transparent'
  });
  
  
  sIFR.replace(adihaus, {
    selector: 'h1'
    ,css: {
        '.sIFR-root': { 'color': '#529618', 'text-transform': 'uppercase' }
    }
    ,wmode: 'transparent'
  });
  
   sIFR.replace(adihaus, {
    selector: 'h2.blue'
    ,css: {
        '.sIFR-root': { 'color': '#007fc5', 'text-transform': 'uppercase' }
    }
     ,wmode: 'transparent'
  });
  
  sIFR.replace(adihaus, {
    selector: 'h2.white'
    ,css: {
        '.sIFR-root': { 'color': '#ffffff', 'text-transform': 'uppercase' }
    }
     ,wmode: 'transparent'
  });
  
  sIFR.replace(adihaus, {
    selector: 'h2'
    ,css: {
        '.sIFR-root': { 'color': '#007fc5', 'text-transform': 'uppercase' }
    }
     ,wmode: 'transparent'
  });
  
  sIFR.replace(adihaus, {
    selector: 'h3.white'
    ,css: {
        '.sIFR-root': { 'color': '#ffffff', 'text-transform': 'uppercase' }
    }
     ,wmode: 'transparent'
  });
  
  sIFR.replace(adihaus, {
    selector: 'h3.blue'
    ,css: {
        '.sIFR-root': { 'color': '#007FC5', 'text-transform': 'uppercase' }
    }
     ,wmode: 'transparent'
  });
  
   sIFR.replace(adihaus, {
    selector: 'h3.grey'
    ,css: {
        '.sIFR-root': { 'color': '#444444', 'text-transform': 'uppercase' }
    }
     ,wmode: 'transparent'
  });
  
  
  sIFR.replace(adihaus, {
    selector: 'h3'
    ,css: {
        '.sIFR-root': { 'color': '#007fc5', 'text-transform': 'uppercase' }
    }
     ,wmode: 'transparent'
  });
  
  

  
  
  
//      sIFR.replace(adihaus, {
//    selector: '#mini-traing-panel ol li a.selected'
//    ,css: {
//        '.sIFR-root': { 'color': '#53DA3F', 'text-transform': 'uppercase', 'text-decoration': 'none', 'cursor': 'hand'  }
//    }
//     ,wmode: 'transparent'
//     ,selectable: 'false'
//     ,forceSingleLine: 'true'
//     ,fitExactly: 'true'
//     ,cursor: 'hand'
//  });
//  
//  sIFR.replace(adihaus, {
//    selector: '#mini-traing-panel ol li a:hover'
//    ,css: {
//        '.sIFR-root': { 'color': '#53DA3F', 'text-transform': 'uppercase', 'text-decoration': 'none', 'cursor': 'hand'  }
//    }
//     ,wmode: 'transparent'
//     ,selectable: 'false'
//     ,forceSingleLine: 'true'
//     ,fitExactly: 'true'
//     ,cursor: 'hand'
//  });
//  
//  sIFR.replace(adihaus, {
//    selector: '#mini-traing-panel ol li a'
//    ,css: {
//        '.sIFR-root': { 'color': '#007FC5', 'text-transform': 'uppercase', 'text-decoration': 'none', 'cursor': 'hand' }
//    }
//     ,wmode: 'transparent'
//     ,selectable: 'false'
//     ,forceSingleLine: 'true'
//     ,fitExactly: 'true'
//  });
  

// A class selector needs to be added to dt's where appropriate
    sIFR.replace(adihaus, {
      selector: 'dt.title'
      ,css: {
        '.sIFR-root': { 'color': '#53DA3F', 'text-transform': 'uppercase' }
    }
     ,wmode: 'transparent'
        });
  
  