var chalet = {
  src: 'chalet.swf'
};

sIFR.activate(chalet); // From revision 209 and onwards



sIFR.replace(chalet, {
  selector: '.home_box h2'
  ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF;  margin:0; padding:0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  , wmode: 'transparent'

});

sIFR.replace(chalet, {
  selector: '.home_box_right h2'
  ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF;  margin:0; padding:0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  , wmode: 'transparent'

});
sIFR.replace(chalet, {
  selector: '.right_box h2'
  ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF;  margin:0; padding:0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  , wmode: 'transparent'

});
sIFR.replace(chalet, {
  selector: '.right_box2 h2'
  ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF;  margin:0; padding:0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  , wmode: 'transparent'

});
sIFR.replace(chalet, {
  selector: '.big_box h1'
  ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF;  margin:0; padding:0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  , wmode: 'transparent'

});
sIFR.replace(chalet, {
  selector: '.big_box2 h1'
  ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF;  margin:0; padding:0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  , wmode: 'transparent'

});