
// NAVIGATION ---------------------------------------
// --------------------------------------------------

$(document).ready(function(){
	$('#navigation').superfish({
		pathClass: 'current',
		pathLevels: 0,
		delay: 500,
		animation: {height:'show'}, //opacity:'show'
		speed: 'fast',
		autoArrows: false,
		dropShadows: false,
		disableHI: true
	});
});


//IMAGESLIDER --------------------------------------
//--------------------------------------------------

(function($) {

	function init() {

		$(".imageslider").fadeTransition({
			pauseTime: 3500,
			transitionTime: 1000,
			ignore: "#introslide",
			delayStart: 0,
			manualNavigation: false,
			pauseOnMouseOver: false,
			createNavButtons: true
		});
	}

	$(document).ready(init);
})(jQuery);
