$(document).ready(function(){
	$('.interactive-map a').hover(function() {
		$('.popup', this).stop(true, true).fadeToggle();
	});
	$('#scroll').imageScroller( {loading:'Wait please...', speed:'8000'} );
});
