$(document).ready(function () {
                         $("#slawon_div").mouseover(function() {
                                                     $("#slawon_div").stop();
                                                     $("#slawon_div").animate({
                                                                     right: "-3",
                                                                     },350 
                                                                     );
                                                     })
                         $("#slawon_div").mouseout(   
                                              function() {
                                                       $("#slawon_div").stop();
                                                       $("#slawon_div").animate({
                                                                      right: "-209",
                                                                      }, 350
                                                                      );
                                                                      });
                         })
