// JavaScript Document

$(function(){
				$("#menucontainer div a").hover(function(){
					$("img", this).stop().animate({top:"-80px"},{queue:false,duration:200});
			}, function() {
				$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
			});
});

$(function(){
				$("#menucontainershort div a").hover(function(){
					$("img", this).stop().animate({top:"-92px"},{queue:false,duration:160});
			}, function() {
				$("img", this).stop().animate({top:"-12px"},{queue:false,duration:160});
			});
});
		
$(function(){
				$("#bottombuttons div a").hover(function(){
					$("img", this).stop().animate({top:"-8px"},{queue:false,duration:100});
			}, function() {
				$("img", this).stop().animate({top:"0px"},{queue:false,duration:100});
			});
});
		
$(function(){
				$("#bottombuttons div.small a").hover(function(){
					$("img", this).stop().animate({top:"-4px"},{queue:false,duration:100});
			}, function() {
				$("img", this).stop().animate({top:"0px"},{queue:false,duration:100});
			});
});
		
$(function(){
				$("#leftgap div a").hover(function(){
					$("img", this).stop().animate({left:"-120px"},{queue:false,duration:0});
			}, function() {
				$("img", this).stop().animate({left:"0px"},{queue:false,duration:0});
			});
});
		
$(function(){
				$("#rightgapbox div a").hover(function(){
					$("img", this).stop().animate({left:"-120px"},{queue:false,duration:0});
			}, function() {
				$("img", this).stop().animate({left:"0px"},{queue:false,duration:0});
			});
});
		
$(function(){
				$("#raceswitchers div a").hover(function(){
					$("img", this).stop().animate({left:"0px"},{queue:false,duration:100});
			}, function() {
				$("img", this).stop().animate({left:"-10px"},{queue:false,duration:300});
			});
});