Such a task: when loading a page (if there is a horizontal scroll) move the visible area in the center (horizontally). Used the scrollTo library.
jQuery(document).ready(function(){ jQuery.scrollTo({"left": "50%"}); }); but something is not working.