window.addEvent(
'domready',
function()
{
  // Seitenbreite vergrößern fürs Theatre
  document.id('wrapper').setStyle('width', '1164px');
  document.id('content').setStyles({
    'margin' : '0',
    'overflow' : 'hidden',
    'padding' : '0',
    'width' : '1164px',
    'background' : 'none',
    'borderRight' : 'none',
    'borderBottom' : 'none'
  });

  /*new mTheatre('home_theatre',
  {
    'automation' : true,
    'duration' : '1200',
    'links' : false,
    'pauseDuration' : '3000'
  });*/

  new LsFader(
  {
    parent: $('home_theatre'),
    showTime: 2000,
    fadeTime: 3000,
    childrenTag: 'div'
  });
  
});
