diff --git a/Input/Joysticks/Saitek/Aviator.xml b/Input/Joysticks/Saitek/Aviator.xml
index 421b09004..15faa4d26 100644
--- a/Input/Joysticks/Saitek/Aviator.xml
+++ b/Input/Joysticks/Saitek/Aviator.xml
@@ -2,7 +2,7 @@
 <?xml-stylesheet type="text/xsl" href="joystick.xsl"?>
 <!-- Saitek AV8R/Aviator
 
-  Copyright (C) 2007 - 2010  Anders Gidenstam  (anders(at)gidenstam.org)
+  Copyright (C) 2007 - 2011  Anders Gidenstam  (anders(at)gidenstam.org)
   This file is released under the GPL license v2 or later.
 -->
 <PropertyList>
@@ -115,10 +115,10 @@
    <windows>0</windows>
   </number>
   <desc>aileron</desc>
+  <dead-band type="double">0.05</dead-band>
   <binding>
    <command>property-scale</command>
    <property>/controls/flight/aileron</property>
-   <dead-band type="double">0.01</dead-band>
    <offset type="double">0.0</offset>
    <squared type="bool">1</squared>
   </binding>
@@ -133,10 +133,10 @@
    <windows>1</windows>
   </number>
   <desc>elevator</desc>
+  <dead-band type="double">0.05</dead-band>
   <binding>
    <command>property-scale</command>
    <property>/controls/flight/elevator</property>
-   <dead-band type="double">0.01</dead-band>
    <offset type="double">0.0</offset>
    <factor type="double">-1.0</factor>
    <squared type="bool">1</squared>
@@ -152,10 +152,10 @@
    <windows>3</windows>
   </number>
   <desc>rudder</desc>
+  <dead-band type="double">0.05</dead-band>
   <binding>
    <command>property-scale</command>
    <property>/controls/flight/rudder</property>
-   <dead-band type="double">0.01</dead-band>
    <offset type="double">0.0</offset>
    <factor type="double">1.0</factor>
    <squared type="bool">1</squared>
diff --git a/Sounds/crash.wav b/Sounds/crash.wav
index 6f9e94cbd..ebdb0c263 100644
Binary files a/Sounds/crash.wav and b/Sounds/crash.wav differ
diff --git a/Sounds/helicopter-skid.wav b/Sounds/helicopter-skid.wav
index 9922bd3fc..ff1c0865c 100644
Binary files a/Sounds/helicopter-skid.wav and b/Sounds/helicopter-skid.wav differ
diff --git a/Sounds/helicopter.wav b/Sounds/helicopter.wav
index 8bd7c0f87..f3ca30958 100644
Binary files a/Sounds/helicopter.wav and b/Sounds/helicopter.wav differ
diff --git a/Sounds/overspeed.wav b/Sounds/overspeed.wav
index c79b27079..95cb70ebd 100644
Binary files a/Sounds/overspeed.wav and b/Sounds/overspeed.wav differ