var underground = {
      src: '/static/images/underground.swf'
};
 
sIFR.activate(underground);
 
sIFR.replace(underground, {
      selector: 'div.inner_container div.exhibition h1',
      wmode: 'transparent',
      css: [
      '.sIFR-root { font-size:40px; font-weight: bold; text-transform: uppercase; letter-spacing: 3; text-align: center; }'
      ]      
});

sIFR.replace(underground, {
      selector: 'div.inner_container h1',
      wmode: 'transparent',
      css: [
      '.sIFR-root { font-size:25px; font-weight: bold; text-transform: uppercase; letter-spacing: 3; text-align: center; }'
      ]    
});


sIFR.replace(underground, {
      selector: '#footer h2',
      wmode: 'transparent',
      css: [
      '.sIFR-root { font-size:25px; letter-spacing: 2; font-weight: bold; color:#ffffff; text-transform: uppercase; text-align: center; }'
      ]      
});

sIFR.replace(underground, {
      selector: 'h2',
      wmode: 'transparent',
      css: [
      '.sIFR-root { font-size:15px; letter-spacing: 2; font-weight: bold; color:#2D3027; text-transform: uppercase; text-align: center; }'
      ]      
});

sIFR.replace(underground, {
      selector: 'div.exhibition h3',
      wmode: 'transparent',
      css: [
      '.sIFR-root { font-size:12px; letter-spacing: 2; font-weight: bold; color:#000000; text-transform: uppercase; text-align: center; }'
      ]      
});

sIFR.replace(underground, {
      selector: 'div.exhibition h4',
      wmode: 'transparent',
      css: [
      '.sIFR-root { font-size:10px; letter-spacing: 2; font-weight: bold; color:#000000; text-transform: uppercase; text-align: center; }'
      ]     
});
