jQuery.noConflict();

jQuery(document).ready(function($)  {
	    $('#test2').crossSlide({
  sleep: 4,
  fade: 2
}, [
  { 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' },
  { src: 'img/header/buchhandlung_6.jpg' },
  { src: 'img/header/buchhandlung_7.jpg' }
 ]);
  });