/*
 * sIFR
 */
var stone = {
    src: 'fileadmin/javascript/stone.swf'
    ,ratios: [8, 1.41, 9, 1.33, 12, 1.35, 14, 1.29, 18, 1.3, 20, 1.26, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 34, 1.25, 53, 1.24, 80, 1.23, 81, 1.22, 82, 1.23, 85, 1.22, 86, 1.23, 1.22]
  };
  
sIFR.activate(stone);

sIFR.replace(stone, {
    selector: '.homeContent h1'
    ,css: [
      '.sIFR-root { color: #333333; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #333333; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(stone, {
    selector: '#rightColumn h1'
    ,css: [
      '.sIFR-root { color: #333333; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #333333; }'
    ],
	wmode: 'transparent'
  });
  
sIFR.replace(stone, {
    selector: '.homeNews h1'
    ,css: [
      '.sIFR-root { color: #15257F; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #15257F; }'
      ,'a:hover { color: #15257F; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(stone, {
    selector: '.frontBox h3'
    ,css: [
      '.sIFR-root { color: #15257F; text-transform: uppercase; text-align: center; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #15257F; }'
      ,'a:hover { color: #15257F; }'
    ],
	wmode: 'transparent'
  });