$(document).ready(function() {
						   
				   
						   
	// Navi Animation
	$('.transHover').mouseenter(function(){
		$(this).find('ul').stop().fadeTo(500, .5);
	}).mouseleave(function(){
		//$(this).find('ul').stop().fadeOut(500);
		$(this).find('ul').stop().hide();
	});
	

	/* Logoscroller (Slider) */
	$("#logoscroller").easySlider({
			auto: true,
			continuous: true,
			vertical: true,
			controlsShow: false,
            controlsFade: false,
            insertAfter: false,
            firstShow: false,
            lastShow: false,
            speed: 1500,
            ease: 'swing',
            pause: 100,
            prevNext: false,
            numeric: false
		});
	
	/* Bildwechsel (s3slider) */
	$('#slider').s3Slider({
				timeOut: 4500
			});
	
	/* Email verschlüsseln */
	$('#emailkontakt').html('<a href="mailto:berufskleidung@bruns-oldenburg.de">berufskleidung@bruns-oldenburg.de</a>');
	


});
