|  | @@ -40,10 +40,8 @@ $(document).ready(function () {
 | 
	
		
			
				|  |  |      var switcherWidth = $switcher.outerWidth();
 | 
	
		
			
				|  |  |      $switcher.css({
 | 
	
		
			
				|  |  |        position: 'relative'
 | 
	
		
			
				|  |  | -    }).animate({
 | 
	
		
			
				|  |  | -      borderWidth: '5px',
 | 
	
		
			
				|  |  | -      left: paraWidth - switcherWidth,
 | 
	
		
			
				|  |  | -      height: '+=20px'
 | 
	
		
			
				|  |  | -    }, 'slow');
 | 
	
		
			
				|  |  | +    }).animate({left: paraWidth - switcherWidth}, 'slow')
 | 
	
		
			
				|  |  | +      .animate({height: '+=20px'}, 'slow')
 | 
	
		
			
				|  |  | +      .animate({borderWidth: '5px'}, 'slow');
 | 
	
		
			
				|  |  |    });
 | 
	
		
			
				|  |  |  });
 |