$(document).ready(function(){
	$("#slider").easySlider({
		auto: true,
		nextText : '&gt;&gt;&gt;',
		prevText : '&lt;&lt;&lt;',
		continuous: true,
		speed: 1250,
		pause: 7000
		
	});
    $('#gallery').galleria({
        width:778,
        height:250,
		autoplay: 7000, // wie lange bleibt Bild stehen
		transition: 'slide',
		transitionSpeed: 400,
		popupLinks: false
    });	
});


