// Mainpage Javascripts
$(
	function () {
		$( "#image_scroller" ).imageScroller( {speed:'8000', direction:'right', loading:'Bilder werden geladen'} );
	}
	
);

$(document).ready(
  function(){
	  $(".ceebox").ceebox({htmlWidth:750, htmlHeight: 500,fadeOut:200,fadeIn:200});
  }
);
