$(function()
  {
  $('.lightbox').attr('rel','example1');
  
  $("a[rel='example1']").colorbox(
    {
    next: 'weiter',
    previous: 'zurck',
    current: '{current} von {total}',
    slideshow: true,
    transition: 'fade',
    slideshowStop: 'Slideshow anhalten',
    slideshowStart: 'Slideshow starten'
	});
  });
