
sIFR.activate(English);
    
   
sIFR.replace(English, {
     selector: 'h2.title', offsetLeft: 10
    ,css: [
            '.sIFR-root {color:#e3854f;}'     
             ,'a { text-decoration: none;color:#e3854f; }' 
            ,'a:link {  text-decoration: none; color: #e3854f; }'  
            ,'a:hover { text-decoration: underline; color: #e3854f; }'       
        ]
    ,wmode: 'transparent'
    });
    