var main = {
  src: 'Portals/_default/Skins/LongHill4/flash/officina.swf'
};

sIFR.activate(main); 

sIFR.replace(main, {
  selector: '#dvhome h1'
    ,css: [
      '.sIFR-root { text-align: right; text-transform: uppercase; font-size: 19px; font-weight: bold; color: #ffffff; letter-spacing: -0.5}' ,   
    ],  filters: {
        DropShadow: {
           distance: 1
          ,color: '#000000'
          ,strength: 5
          ,alpha: .3
          ,blurX: 5
          ,blurY: 2
        }
      }, wmode: 'transparent'
});

sIFR.replace(main, {
  selector: '#dvBreadCrumb h1'
    ,css: [
      '.sIFR-root { text-align: left; text-transform: uppercase; font-size: 19px; font-weight: bold; color: #ffffff; letter-spacing: -0.5}' ,   
    ],  filters: {
        DropShadow: {
           distance: 1
          ,color: '#000000'
          ,strength: 5
          ,alpha: .3
          ,blurX: 5
          ,blurY: 2
        }
      }, wmode: 'transparent', offsetTop: '-2'
});

sIFR.replace(main, {
  selector: '.col h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 16px; color: #20393c; text-transform: uppercase;}' ,     
    ], wmode: 'transparent'
});

/* put back if sIFR-replaced navigation is needed. Wrap the top level anchor tag in a span with class "topLevel"", and wrap the active anchor tag in a span with class "active".

sIFR.replace(main, {
  selector: 'span.active'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; font-size: 15px; color: #ffc80b; text-transform: uppercase; letter-spacing: -0.5}' ,
      'a {font-style: normal; font-weight: bold; color: #ffc80b; text-decoration: none;}',   
      'a:hover {color: #ffc80b;}',       
    ], wmode: 'transparent', tuneHeight: '-10'
});

sIFR.replace(main, {
  selector: 'span.topLevel'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; font-size: 15px; color: #4c4c4c; text-transform: uppercase; letter-spacing: -0.5}' ,
      'a {font-style: normal; font-weight: bold; color: #4c4c4c; text-decoration: none;}',   
      'a:hover {color: #ffc80b;}',       
    ], wmode: 'transparent', tuneHeight: '-10'
}); */

sIFR.replace(main, {
  selector: '#home #phone'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: bold; font-size: 18px; color: #ffc80b; letter-spacing: -0.5}' ,      
    ],filters: {
        DropShadow: {
           distance: 1
          ,color: '#000000'
          ,strength: 5
          ,alpha: .1
          ,blurX: 5
          ,blurY: 2
        }
      }, wmode: 'transparent',  tuneWidth: '3'
});

sIFR.replace(main, {
  selector: '#phone'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: bold; font-size: 15px; color: #ffc80b; letter-spacing: -0.5}' ,      
    ],filters: {
        DropShadow: {
           distance: 1
          ,color: '#000000'
          ,strength: 5
          ,alpha: .1
          ,blurX: 5
          ,blurY: 2
        }
      }, wmode: 'transparent',  tuneWidth: '3'
});

sIFR.replace(main, {
  selector: '#sidebar h4'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 16px; font-weight: bold; color: #4c4c4c; letter-spacing: -0.5}' ,   
    ],  filters: {
        DropShadow: {
           distance: 1
          ,color: '#ffffff'
          ,strength: 5
          ,alpha: .3
          ,blurX: 4
          ,blurY: 2
        }
      }, wmode: 'transparent', offsetTop: '-2'
});

sIFR.replace(main, {
  selector: '#footer h5'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 16px; color: #ffc80b;}' ,      
    ],wmode: 'transparent', tuneHeight: '-6'
});