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