	$(function() {
		$("div#gallery").smoothDivScroll({
			scrollingSpeed: 12,
			mouseDownSpeedBooster: 3,
			autoScroll: "always",
			autoScrollDirection: "backandforth",
			autoScrollSpeed: 1,
			visibleHotSpots: "onstart",
			hotSpotsVisibleTime:0
		});
		$("div.partners-slide-i").smoothDivScroll({
			scrollingSpeed: 7,
			mouseDownSpeedBooster: 3,
			autoScroll: "always",
			autoScrollDirection: "backandforth",
			autoScrollSpeed: 1,
			pauseAutoScroll:"mouseover"
		});
		$("div#gallery .ars").hover(function() {
			$(this).animate({opacity:1}, {duration:100, queue: false})
		}, function() {
			$(this).animate({opacity:0}, {duration:100, queue: false})
		});
		$('.navigation').superfish({
			delay: 800,
			animation: {height:'show'},
			speed: 'fast',
			autoArrows:false,
			dropShadows:false
		});
	});
