     $(document).ready(function(){
				$('.btmGrabber .arrow-right').css({'border-left':'15px solid #fff'});
				$('.btmGrabber h2').css({'color':'#fff'});
		$('.btmGrabber').mouseenter(function() {
				$(this).css('cursor','pointer');
				});		
		$('.btmGrabber.agp').mouseenter(function() {
				$('.agp .arrow-right').css({'border-left':'15px solid #222'});
				//$('.agp h2').css({'color':'#222'});
				});		
		$('.btmGrabber.ag').mouseenter(function() {
				$('.ag .arrow-right').css('border-left','15px solid #222');
				//$('.ag h2').css({'color':'#222'});
				});		
		$('.btmGrabber.gdk').mouseenter(function() {
				$('.gdk .arrow-right').css('border-left','15px solid #222');
				//$('.gdk h2').css({'color':'#222'});
				});		
		$('.btmGrabber.gcs').mouseenter(function() {
				$('.gcs .arrow-right').css('border-left','15px solid #222');
				//$('.gcs h2').css({'color':'#222'});
				});		
		$('.btmGrabber.wlgs').mouseenter(function() {
				$('.wlgs .arrow-right').css('border-left','15px solid #222');
				//$('.wlgs h2').css({'color':'#222'});
				});		
		$('.btmGrabber.gws').mouseenter(function() {
				$('.gws .arrow-right').css('border-left','15px solid #222');
				//$('.gws h2').css({'color':'#222'});
				});		
		$('.btmGrabber.products').mouseenter(function() {
				$('.products .arrow-right').css({'border-left':'15px solid #222'});
				//$('.products  h2').css({'color':'#222'});
				});		

		$('.btmGrabber.tvb').mouseenter(function() {
				$('.tvb .arrow-right').css({'border-left':'15px solid #222'});
				//$('.products  h2').css({'color':'#222'});
				});		
		$('.btmGrabber.ntw').mouseenter(function() {
				$('.ntw .arrow-right').css({'border-left':'15px solid #222'});
				//$('.products  h2').css({'color':'#222'});
				});		
		$('.btmGrabber.mfg').mouseenter(function() {
				$('.mfg .arrow-right').css({'border-left':'15px solid #222'});
				//$('.products  h2').css({'color':'#222'});
				});		
		$('.btmGrabber.str').mouseenter(function() {
				$('.str .arrow-right').css({'border-left':'15px solid #222'});
				//$('.products  h2').css({'color':'#222'});
				});		
		$('.btmGrabber.svc').mouseenter(function() {
				$('.svc .arrow-right').css({'border-left':'15px solid #222'});
				//$('.products  h2').css({'color':'#222'});
				});		
		$('.btmGrabber.std').mouseenter(function() {
				$('.std .arrow-right').css({'border-left':'15px solid #222'});
				//$('.products  h2').css({'color':'#222'});
				});		
		$('.btmGrabber.developers').mouseenter(function() {
				$('.developers .arrow-right').css('border-left','15px solid #222');
				//$('.developers h2').css({'color':'#222'});
				});	
		$('.btmGrabber.developerProgram').mouseenter(function() {
				$('.developerProgram .arrow-right').css('border-left','15px solid #222');
				//$('.developers h2').css({'color':'#222'});
				});	
		$('.btmGrabber.gds').mouseenter(function() {
				$('.gds .arrow-right').css('border-left','15px solid #222');
				//$('.developers h2').css({'color':'#222'});
				});	
		$('.btmGrabber.question').mouseenter(function() {
				$('.question .arrow-right').css('border-left','15px solid #222');
				//$('.developers h2').css({'color':'#222'});
				});	
		
		$('.btmGrabber').mouseleave(function() {
				$(this).css('cursor','normal');
				$('.btmGrabber .arrow-right').css('border-left','15px solid #ffffff');
				$('.btmGrabber .arrow-right.small').css('border-left','10px solid #ffffff');
				$('.btmGrabber h2').css({'color':'#fff'});
			});
		$('.btmGrabber').bind ('click', function(){
				window.location = $(this).find('a').attr('href');
    	   });

		$('.ieflashfix .ieflashfix2').mouseenter(function()  {
			$(this).css('cursor','pointer');
	  		return false;
			});	
		$('.ieflashfix').click(function() {
			window.location = '/';
	  		return false;
			});	
		$('.ieflashfix2').click(function() {
			window.location = '/antixgames';
	  		return false;
			});	
     });

