$(document).ready(function(){

  $('.image a, .gallery a, #anfahrt').colorbox({'initialWidth':800,'initialHeight':400});
  
  $('ul.gallery').each(function(){
    var width = $(this).width();
    width = width*0.5;
    $(this).css('margin-left', '-' + width + 'px');
  }
  
  );
  
  $('#inhalt .block').each(function(){
    if($(this).children('.image').size()>0){
      var head = $(this).children('h1:first').html();
      $(this).children('h1').remove();
      $(this).prepend('<h1>' + head + '</h1>');
    }  
  });
  
  $('#flash').flash({
    src: '/template/spruch_ticker/spruch_ticker.swf',
    width: 760,
    height: 80,
    wmode: 'transparent'
  });

  
});
