When I scroll some litlle div with many elements, my mouse scrolling is too fast so I can\'t see few elements.
You can use NiceScroll plugin with jQuery:
$(document).ready(function() { $("html").niceScroll(); } );
Or jQuery.scrollSpeed plugin.