jQuery.noConflict();

jQuery(document).ready(function($)  {
	    $('#test2').crossSlide({
  sleep: 5,
  fade: 4
}, [
  { src: 'img/header/buchhandlung_1.jpg' },
  { src: 'img/header/buchhandlung_2.jpg' },
  { src: 'img/header/buchhandlung_3.jpg' },
  { src: 'img/header/buchhandlung_4.jpg' },
  { src: 'img/header/buchhandlung_5.jpg' }

 ]);
  });
